FreeImage icon indicating copy to clipboard operation
FreeImage copied to clipboard

FreeImage library - With Fixes for ALL PLATFORMS

Results 5 FreeImage issues
Sort by recently updated
recently updated
newest added

HI! It seems that the build is broken with the latest visual c++ compiler when enabling C++20. # What is the error log ``` C:\Users\edukaj\.conan2\p\b\freei373179c09645a\b\src\Source\MapIntrospector.h(98,36): error C2065: '_Node': undeclared identifier...

Even after merging #7, https://github.com/tbeu/FreeImage/actions/runs/8365814653 made another MSVC C++20 issue apparent if built with `-DBUILD_TESTS=ON`. There's the green run: https://github.com/tbeu/FreeImage/actions/runs/8365884805

Ouch, might have to burn master, Let me cherry pick recent merges

I just copied latest source from https://sourceforge.net/projects/freeimage/ And fixed build for OSX