Skip to content

chkob/rturrado-FreeImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeImage Logo

FreeImage

FreeImage with the CMake build system

Branches

  • master FreeImage 3.17 with all formats
  • only-png FreeImage 3.17 only with PNG enabled
  • 3.18 FreeImage 3.18 only with BMP, JPEG and PNG enabled

Usage

Clone this repo (in the right branch) and use add_subdirectory in your root CMakeLists.txt file.

add_subdirectory(FreeImage)

# if you want RGB color order instead of BGR
# target_compile_definitions(FreeImage PUBLIC FREEIMAGE_COLORORDER=1)

# ...

target_include_directories(YourTarget PUBLIC ${FreeImage_SOURCE_DIR}/Source)
target_link_libraries(YourTarget FreeImage)

About

FreeImage with the CMake build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.3%
  • C++ 26.6%
  • Other 0.1%