ImageProcessor 2.2.4

dotnet add package ImageProcessor --version 2.2.4
                    
NuGet\Install-Package ImageProcessor -Version 2.2.4
                    
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="ImageProcessor" Version="2.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImageProcessor" Version="2.2.4" />
                    
Directory.Packages.props
<PackageReference Include="ImageProcessor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ImageProcessor --version 2.2.4
                    
#r "nuget: ImageProcessor, 2.2.4"
                    
#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.
#addin nuget:?package=ImageProcessor&version=2.2.4
                    
Install ImageProcessor as a Cake Addin
#tool nuget:?package=ImageProcessor&version=2.2.4
                    
Install ImageProcessor as a Cake Tool

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 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. 
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 (7)

Showing the top 7 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
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

- Much reduced memory usage when transferring to linear colour space for manipulation.