ImageLibrary 2.0.5

There is a newer version of this package available.
See the version list below for details.
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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ImageLibrary:

Package Downloads
KalikoCMS.Core

Kaliko CMS is an open-source content management system. Package contains the core files for Kaliko CMS. Please also make sure that you install a page provider (either KalikoCMS.WebForms or KalikoCMS.Mvc) and a data provider of your choice (KalikoCMS.Data.*). You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

ImageLibrary.FastFilters

Optimized multi-threaded graphical filters for .NET Image Library to use in full trust environments. Including gaussian blur, unsharp mask, brightness, contrast, chroma key and more.

Alguin

Description

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
3.0.2 147,500 7/7/2017
3.0.0 27,498 10/2/2016
3.0.0-alpha 928 9/11/2016
2.0.6 1,352 9/8/2016
2.0.6-rc1 902 8/21/2016
2.0.6-beta2 848 8/14/2016
2.0.5 74,194 3/30/2015
2.0.0 40,682 3/30/2014
1.2.6 2,512 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