FreeImage is an Open Source library (Lite version)
Find a file
2025-11-04 17:23:30 +03:00
Source Updated bundled libPNG to 1.6.50 2025-09-03 05:18:28 +03:00
test load_file.cpp: Exteded the debugging code 2023-08-29 05:57:16 +03:00
Wrapper/VB6/src Initial implementation of QOI plugin 2025-08-16 13:09:29 -04:00
.gitignore CMake: Fixed warning at CMake 3.27 2023-08-16 21:02:01 +03:00
CMakeLists.txt CMake: Adjust warnings list to address build on ArchLinux 2025-11-04 17:23:30 +03:00
FreeImage.rc Update FreeImage up to 3.18 2019-10-09 02:30:57 +03:00
license-fi.txt Initial commit 2017-03-11 22:36:52 +03:00
license-gplv2.txt Initial commit 2017-03-11 22:36:52 +03:00
license-gplv3.txt Initial commit 2017-03-11 22:36:52 +03:00
README.md Update README.md 2021-03-06 15:36:44 +03:00
TargetArch.cmake TargetArch.cmake: Added MIPS 2025-09-24 03:37:58 +03:00
Whatsnew.txt Update FreeImage up to 3.18 2019-10-09 02:30:57 +03:00

FreeImage

FreeImage is an Open Source library to work with graphical file formats

This is one of dependencies of Moondust Project, TheXTech, and LunaLua.

Differences from original

  • This is a lite version which supports only BMP, PNG, GIF, JPEG, and ICO. The reason of removing support for other formats is unnecessaryness of them in our projects.
  • All filepath-based functions are always accepting UTF-8 even on the Windows (original version receives ANSI or UTF16 paths on the Windows).

If you would like to have original version, you can visit the official site of this library.