ImageProcessor-strong-name 2.3.0

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

// Install ImageProcessor-strong-name as a Cake Tool
#tool nuget:?package=ImageProcessor-strong-name&version=2.3.0

Maintained fork from the original project, compiled target to latest framework 4.6 and strong name signing enabled.

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 net46 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 51,724 11/27/2015

- Added method Resolution to ImageFactory.
- Added resize modes BoxPad and Min.
- Improved output quality of masked images
- Ensured EXIF data is consistent with dimension changes.
- Fixed minor resolution bugs.
- Various performance improvements.