Info
Version: | 4.3.6 |
Author(s): | FreeImage-dotnet-core |
Last Update: | Monday, December 4, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/matgr1/FreeImage-dotnet-core |
NuGet Url: | https://www.nuget.org/packages/FreeImage-dotnet-core |
Install
Install-Package FreeImage-dotnet-core
dotnet add package FreeImage-dotnet-core
paket add FreeImage-dotnet-core
FreeImage-dotnet-core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Drawing-dotnet-core(>= 1.2.3)
- NETStandard.Library(>= 1.6.1)
- System.Drawing-dotnet-core(>= 1.2.3)
- System.Drawing-dotnet-core(>= 1.2.3)
No dependencies.
No dependencies.
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Drawing-dotnet-core(>= 1.2.3)
- NETStandard.Library(>= 1.6.1)
- System.Drawing-dotnet-core(>= 1.2.3)
Tags
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 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").
This is for FreeImage version 3.17.0 (The version number of this package no longer matches the FreeImage native library version!).