ImageProcessor 2.1.0
See the version list below for details.
dotnet add package ImageProcessor --version 2.1.0
NuGet\Install-Package ImageProcessor -Version 2.1.0
<PackageReference Include="ImageProcessor" Version="2.1.0" />
<PackageVersion Include="ImageProcessor" Version="2.1.0" />
<PackageReference Include="ImageProcessor" />
paket add ImageProcessor --version 2.1.0
#r "nuget: ImageProcessor, 2.1.0"
#:package ImageProcessor@2.1.0
#addin nuget:?package=ImageProcessor&version=2.1.0
#tool nuget:?package=ImageProcessor&version=2.1.0
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.
GitHub repositories (8)
Showing the top 8 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
                                                         | |
| sceelix/Sceelix 
                                                            A procedural generation software for automating 2D/3D content creation.
                                                         | |
| AspNetMonsters/AlpineSkiHouse 
                                                            AlpineSkiHouse
                                                         | |
| Shazwazza/UmbracoIdentity 
                                                            ASP.NET Identity implementation for Umbraco's native member data
                                                         | |
| kjac/FormEditor 
                                                            A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 2.2.4 | 1,700 | 4/23/2015 | 
| 2.2.3 | 749 | 4/21/2015 | 
| 2.2.0 | 6,726 | 2/27/2015 | 
| 2.1.0 | 8,970 | 11/11/2014 | 
| 2.0.1 | 2,303 | 9/4/2014 | 
| 2.0.0 | 2,266 | 8/26/2014 | 
| 1.9.5 | 43,966 | 8/5/2014 | 
| 1.9.4 | 2,188 | 7/1/2014 | 
| 1.9.3 | 557 | 6/18/2014 | 
| 1.9.2 | 1,363 | 6/1/2014 | 
| 1.9.1 | 295 | 5/22/2014 | 
| 1.9.0 | 6,883 | 5/6/2014 | 
| 1.8.8 | 1,023 | 4/14/2014 | 
| 1.8.7 | 1,583 | 4/2/2014 | 
| 1.8.6.1 | 141 | 3/19/2014 | 
| 1.8.6 | 419 | 3/19/2014 | 
| 1.8.5 | 101 | 3/18/2014 | 
| 1.8.4 | 134 | 3/4/2014 | 
| 1.8.3 | 215 | 2/16/2014 | 
| 1.8.2 | 262 | 1/26/2014 | 
| 1.8.1.1 | 283 | 1/6/2014 | 
| 1.8.1 | 109 | 1/6/2014 | 
| 1.8.0 | 119 | 12/17/2013 | 
Added new methods
Pixelate
DetectEdges
EntropyCrop
Mask
Overlay
Added new Wu Quantizer for processing indexed png files.
Numerous performance improvements and bug fixes.