ImageLibrary 2.0.5

dotnet add package ImageLibrary --version 2.0.5
NuGet\Install-Package ImageLibrary -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ImageLibrary" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageLibrary --version 2.0.5
#r "nuget: ImageLibrary, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ImageLibrary as a Cake Addin
#addin nuget:?package=ImageLibrary&version=2.0.5

// Install ImageLibrary as a Cake Tool
#tool nuget:?package=ImageLibrary&version=2.0.5

Library to help with image handling such as resizing, cropping, applying filters (brightess, contrast, unsharpen mask, chroma key etc), watermarking, thumbnail creation, opening/saving files or streams and more.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ImageLibrary:

Repository Stars
dukus/digiCamControl
DSLR camera remote control open source software
KalikoCMS/KalikoCMS.Core
Open source content management system (CMS) for the ASP.NET platform.
Version Downloads Last updated
2.0.5 1,569 3/30/2015
2.0.0 1,642 3/30/2014
1.2.6 123 3/1/2014

Version 2.0.5:
- Rewritten file loader to prevent file locks
- Fixed image loading to ignore pixel-per-inch resolutions of original images
- Fixed constructor using System.Drawing.Image to support indexed palettes