ImageProcessor 2.3.1

dotnet add package ImageProcessor --version 2.3.1
NuGet\Install-Package ImageProcessor -Version 2.3.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" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageProcessor --version 2.3.1
#r "nuget: ImageProcessor, 2.3.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 as a Cake Addin
#addin nuget:?package=ImageProcessor&version=2.3.1

// Install ImageProcessor as a Cake Tool
#tool nuget:?package=ImageProcessor&version=2.3.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 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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ImageProcessor:

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.

ImageProcessor.Web

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

GitHub repositories (9)

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
leekelleher/umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
Version Downloads Last updated
2.3.1 2,007 12/1/2015
2.3.0 21,934 9/20/2015
2.2.8 11,047 7/17/2015
2.2.7 1,941 7/3/2015
2.2.6 3,380 6/22/2015
2.2.5 7,830 5/7/2015
2.2.4 3,103 4/23/2015
2.2.3 1,400 4/21/2015
2.2.0 13,160 2/27/2015
2.1.0 17,478 11/11/2014
2.0.1 4,737 9/4/2014
2.0.0 5,304 8/26/2014
1.9.5 82,816 8/5/2014
1.9.4 4,417 7/1/2014
1.9.3 1,547 6/18/2014
1.9.2 3,558 6/1/2014
1.9.1 1,027 5/22/2014
1.9.0 17,697 5/6/2014
1.8.8 4,227 4/14/2014
1.8.7 6,002 4/2/2014
1.8.6.1 547 3/19/2014
1.8.6 920 3/19/2014
1.8.5 196 3/18/2014
1.8.4 513 3/4/2014
1.8.3 840 2/16/2014
1.8.2 834 1/26/2014
1.8.1.1 721 1/6/2014
1.8.1 207 1/6/2014
1.8.0 329 12/17/2013

- Fixed ReplaceColor
- Fixed color loss when resizing jpegs
- Fixed ResizeMode.BoxPadding