ImageProcessor.Web 3.2.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package ImageProcessor.Web --version 3.2.7
NuGet\Install-Package ImageProcessor.Web -Version 3.2.7
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.Web" Version="3.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageProcessor.Web --version 3.2.7
#r "nuget: ImageProcessor.Web, 3.2.7"
#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 ImageProcessor.Web as a Cake Addin
#addin nuget:?package=ImageProcessor.Web&version=3.2.7

// Install ImageProcessor.Web as a Cake Tool
#tool nuget:?package=ImageProcessor.Web&version=3.2.7

ImageProcessor.Web adds a configurable HttpModule to your website which allows on-the-fly processing of image files. The module also comes with a file and browser based cache that can handle millions of images, increasing your processing output and saving precious server memory.

Methods include: Resize, Rotate, Rounded Corners, Flip, Crop, Watermark, Filter, Saturation, Brightness, Contrast, Quality, Format, Vignette, Gaussian Blur, Gaussian Sharpen, and Transparency.

This package also requires Microsoft.Bcl.Async on .NET 4.0 which will be added on install if applicable.

If you use ImageProcessor please get in touch via 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.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on ImageProcessor.Web:

Repository Stars
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
leekelleher/umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
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
4.3.0 851 4/22/2015
4.2.1 3,147 3/2/2015
4.1.5 3,179 1/21/2015
4.1.4 1,232 12/18/2014
4.1.3 754 11/24/2014
4.1.2 440 11/19/2014
4.1.1 238 11/18/2014
4.1.0 710 11/11/2014
4.0.0 1,596 8/26/2014
3.3.1 35,507 10/4/2014
3.3.0 13,124 8/1/2014
3.2.9 1,464 7/1/2014
3.2.8 395 6/18/2014
3.2.7 126 6/18/2014
3.2.6 185 6/9/2014
3.2.5 1,224 6/1/2014
3.2.4 207 5/20/2014
3.2.3 6,844 5/6/2014
3.2.2 900 4/14/2014
3.2.1 1,575 4/3/2014
3.2.0 415 3/19/2014
3.1.1 206 2/17/2014
3.1.0 88 2/16/2014
3.0.1 245 1/26/2014
3.0.0.3 233 1/6/2014
3.0.0.2 92 12/23/2013
3.0.0.1 98 12/22/2013
3.0.0 83 12/17/2013

- Adds AutoRotate
- Updates cache to be compatible with Azure Image Optimizer