ImageLibrary 2.0.0
See the version list below for details.
dotnet add package ImageLibrary --version 2.0.0
NuGet\Install-Package ImageLibrary -Version 2.0.0
<PackageReference Include="ImageLibrary" Version="2.0.0" />
paket add ImageLibrary --version 2.0.0
#r "nuget: ImageLibrary, 2.0.0"
// Install ImageLibrary as a Cake Addin #addin nuget:?package=ImageLibrary&version=2.0.0 // Install ImageLibrary as a Cake Tool #tool nuget:?package=ImageLibrary&version=2.0.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 | 159,295 | 7/7/2017 |
3.0.0 | 29,568 | 10/2/2016 |
3.0.0-alpha | 969 | 9/11/2016 |
2.0.6 | 1,389 | 9/8/2016 |
2.0.6-rc1 | 927 | 8/21/2016 |
2.0.6-beta2 | 856 | 8/14/2016 |
2.0.5 | 78,199 | 3/30/2015 |
2.0.0 | 43,120 | 3/30/2014 |
1.2.6 | 2,567 | 3/1/2014 |
Version 2.0.0:
- Replaced Gaussian blur filter with a subpixel compatible implementation (also affects unsharpen masks)
- Added chroma key filter
- Restructured scaling