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
<PackageReference Include="ImageProcessor-strong-name" Version="2.3.0" />
paket add ImageProcessor-strong-name --version 2.3.0
#r "nuget: ImageProcessor-strong-name, 2.3.0"
// 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 | Versions 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. |
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 | 54,397 | 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.