Skip to main content
FreeImage-dotnet-core package icon

FreeImage-dotnet-core

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 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!)

Total Downloads
336.6K
336,635
Published
Aug 31, 2017
Latest stable version

Install

.NET CLI
dotnet add package FreeImage-dotnet-core --version 4.3.5
Package Manager Console
Install-Package FreeImage-dotnet-core -Version 4.3.5
PackageReference
<PackageReference Include="FreeImage-dotnet-core" Version="4.3.5" />

Frameworks

.NETFramework4.6 .NETFramework4.5 .NETStandard1.6 .NETStandard1.5 .NETStandard1.4 .NETStandard1.3 .NETFramework4.5.2 .NETFramework4.5.1 .NETFramework4.6.1 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.6
[1.6.1, )
[1.2.3, )
NETStandard.Library
.NETStandard1.5
[1.6.1, )
[1.2.3, )
NETStandard.Library
.NETStandard1.4
[1.6.1, )
[1.2.3, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
[1.2.3, )
[1.2.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 10 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.