ImageProcessor 1.8.1
See the version list below for details.
dotnet add package ImageProcessor --version 1.8.1
NuGet\Install-Package ImageProcessor -Version 1.8.1
<PackageReference Include="ImageProcessor" Version="1.8.1" />
paket add ImageProcessor --version 1.8.1
#r "nuget: ImageProcessor, 1.8.1"
// Install ImageProcessor as a Cake Addin #addin nuget:?package=ImageProcessor&version=1.8.1 // Install ImageProcessor as a Cake Tool #tool nuget:?package=ImageProcessor&version=1.8.1
Image Processor is an easy to use and extend processing library written in C#. Its fluent API makes common imaging tasks very simple to perform.
Methods include; Resize, Rotate, Rounded Corners, Flip, Crop, Watermark, Filter, Saturation, Brightness, Contrast, Quality, Format, Vignette, Gaussian Blur, Gaussian Sharpen, and Transparency.
If you use ImageProcessor please get in touch on my twitter @james_m_south.
Feedback is always welcome.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
This package has no dependencies.
NuGet packages (47)
Showing the top 5 NuGet packages that depend on ImageProcessor:
Package | Downloads |
---|---|
UmbracoCms.Web
Contains the web assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms package to setup Umbraco in Visual Studio as an ASP.NET project. |
|
CKSource.CKFinder.Connector.Core
A core library for CKFinder |
|
ReCloud.Corelib
ReCloud Core Class Library |
|
uIntra
Uintra - An open source and lightweight framework for making an Extranet, Intranet or client portal based on Umbraco. |
|
King.Azure.Imaging
Image API & processing for Azure Web Apps |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on ImageProcessor:
Repository | Stars |
---|---|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
Abdelrhman-AK/WinPaletter
Advanced Windows Appearance Editor
|
|
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
|
|
PowerPointLabs/PowerPointLabs
This is the project for PowerPointLabs, a productivity add-in for PowerPoint
|
|
AspNetMonsters/AlpineSkiHouse
AlpineSkiHouse
|
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 583,557 | 4/18/2020 |
2.8.0 | 885,439 | 12/18/2019 |
2.7.0.100 | 2,036,546 | 2/11/2019 |
2.6.2.25 | 649,784 | 6/8/2018 |
2.6.1.19 | 259,906 | 4/9/2018 |
2.6.0 | 162,688 | 1/30/2018 |
2.5.6 | 1,273,275 | 10/17/2017 |
2.5.5 | 74,985 | 9/12/2017 |
2.5.4 | 336,435 | 5/3/2017 |
2.5.3 | 624,849 | 3/27/2017 |
2.5.2 | 313,468 | 1/29/2017 |
2.5.1 | 84,759 | 1/9/2017 |
2.5.0 | 27,912 | 12/27/2016 |
2.4.5 | 257,019 | 10/4/2016 |
2.4.4 | 189,853 | 8/3/2016 |
2.4.3 | 36,617 | 7/7/2016 |
2.4.2 | 15,969 | 6/27/2016 |
2.4.1 | 27,006 | 6/13/2016 |
2.4.0 | 26,716 | 6/7/2016 |
2.3.3 | 493,568 | 2/10/2016 |
2.3.2 | 101,710 | 1/12/2016 |
2.3.1 | 26,009 | 12/1/2015 |
2.3.0 | 339,776 | 9/20/2015 |
2.2.8 | 68,227 | 7/17/2015 |
2.2.7 | 13,856 | 7/3/2015 |
2.2.6 | 20,595 | 6/22/2015 |
2.2.5 | 23,446 | 5/7/2015 |
2.2.4 | 8,049 | 4/23/2015 |
2.2.3 | 8,190 | 4/21/2015 |
2.2.0 | 47,746 | 2/27/2015 |
2.1.0 | 40,992 | 11/11/2014 |
2.0.1 | 38,160 | 9/4/2014 |
2.0.0 | 60,195 | 8/26/2014 |
1.9.5 | 408,101 | 8/5/2014 |
1.9.4 | 8,591 | 7/1/2014 |
1.9.3 | 6,476 | 6/18/2014 |
1.9.2 | 9,709 | 6/1/2014 |
1.9.1 | 4,355 | 5/22/2014 |
1.9.0 | 87,178 | 5/6/2014 |
1.8.8 | 15,694 | 4/14/2014 |
1.8.7 | 27,871 | 4/2/2014 |
1.8.6.1 | 6,607 | 3/19/2014 |
1.8.6 | 6,388 | 3/19/2014 |
1.8.5 | 3,186 | 3/18/2014 |
1.8.4 | 3,475 | 3/4/2014 |
1.8.3 | 36,365 | 2/16/2014 |
1.8.2 | 3,864 | 1/26/2014 |
1.8.1.1 | 7,249 | 1/6/2014 |
1.8.1 | 3,281 | 1/6/2014 |
1.8.0 | 3,759 | 12/17/2013 |
Added new methods
- GaussianBlur
- GaussianSharpen
Updated methods
- Filter (comic)
- Resize (added upscale property)