ImageProcessor.Web 4.4.1

dotnet add package ImageProcessor.Web --version 4.4.1
NuGet\Install-Package ImageProcessor.Web -Version 4.4.1
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="4.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageProcessor.Web --version 4.4.1
#r "nuget: ImageProcessor.Web, 4.4.1"
#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=4.4.1

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

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.

If you use ImageProcessor.Web please get in touch via my twitter @james_m_south

Feedback is always welcome

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ImageProcessor.Web:

Package Downloads
UmbracoCms.Core

Contains the core 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.

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.4.1 903 12/1/2015
4.4.0 16,684 9/20/2015
4.3.6 4,657 7/17/2015
4.3.5 786 7/3/2015
4.3.4 2,426 6/22/2015
4.3.3 1,628 6/8/2015
4.3.2 1,435 5/27/2015
4.3.1 1,205 5/7/2015
4.3.0 1,442 4/22/2015
4.2.1 6,174 3/2/2015
4.1.5 5,814 1/21/2015
4.1.4 2,320 12/18/2014
4.1.3 1,445 11/24/2014
4.1.2 817 11/19/2014
4.1.1 434 11/18/2014
4.1.0 1,387 11/11/2014
4.0.0 3,091 8/26/2014
3.3.1 65,647 10/4/2014
3.3.0 26,132 8/1/2014
3.2.9 2,943 7/1/2014
3.2.8 1,001 6/18/2014
3.2.7 236 6/18/2014
3.2.6 542 6/9/2014
3.2.5 2,826 6/1/2014
3.2.4 692 5/20/2014
3.2.3 17,510 5/6/2014
3.2.2 3,757 4/14/2014
3.2.1 5,945 4/3/2014
3.2.0 1,271 3/19/2014
3.1.1 890 2/17/2014
3.1.0 160 2/16/2014
3.0.1 741 1/26/2014
3.0.0.3 454 1/6/2014
3.0.0.2 157 12/23/2013
3.0.0.1 166 12/22/2013
3.0.0 172 12/17/2013

- CloudImageService can now have configurable container.
- Fix gifsicle setting which resulting in transparent background cropping
- Gamm correction is now off by default to reduce artifacts.