honkstar1 / FreeImage-dotnet-core

Clone of http://freeimage.sourceforge.net/ for dotnet core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clone of the FreeImage .NET project (http://freeimage.sourceforge.net/) modified to work with dotnet core. Note that all functions that use System.Drawing.Bitmap have been removed from the netstandard framework versions as there is no implementation for this class.

FreeImage native binaries are included in the nuget package for Windows x86/x64, Ubuntu x64 (^16.04), 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").

nuget package: https://www.nuget.org/packages/FreeImage-dotnet-core

Install-Package FreeImage-dotnet-core

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

About

Clone of http://freeimage.sourceforge.net/ for dotnet core

License:Other


Languages

Language:C# 100.0%