FreeImage.Standard
This a .NET Standard 2.0 wrapper for the FreeImage library.
Currently API-compatible with the FreeImage .NET Wrapper (http://freeimage.sourceforge.net/), however this may diverge over time as the original wrapper is no longer maintained.
Installing
Nuget package: https://www.nuget.org/packages/FreeImage.Standard
Install-Package FreeImage.Standard
Native Compatibility
FreeImage native binaries are included in the nuget package for Windows x86/x64, Linux x64/armhf, and OSX x64 (^10.10).
For other platforms they will have to be installed separately. Note that the native function calls require the library filename to be FreeImage
, so symlinking may be required (eg. sudo ln -s /usr/lib/x86_64-linux-gnu/libfreeimage.so /usr/lib/FreeImage
).
FreeImage Version
This is for FreeImage version 3.17.0
The version number of this package no longer matches the FreeImage native library version!
License
The license is the same as the FreeImage license available at the link above