ImageProcessor 1.9.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ImageProcessor --version 1.9.3
NuGet\Install-Package ImageProcessor -Version 1.9.3
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="1.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageProcessor --version 1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ImageProcessor, 1.9.3"
#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=1.9.3 // Install ImageProcessor as a Cake Tool #tool nuget:?package=ImageProcessor&version=1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (7)
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
|
|
sceelix/Sceelix
A procedural generation software for automating 2D/3D content creation.
|
Version | Downloads | Last updated |
---|---|---|
2.2.4 | 726 | 4/23/2015 |
2.2.3 | 273 | 4/21/2015 |
2.2.0 | 4,464 | 2/27/2015 |
2.1.0 | 6,586 | 11/11/2014 |
2.0.1 | 2,058 | 9/4/2014 |
2.0.0 | 1,688 | 8/26/2014 |
1.9.5 | 26,259 | 8/5/2014 |
1.9.4 | 1,914 | 7/1/2014 |
1.9.3 | 875 | 6/18/2014 |
1.9.2 | 2,119 | 6/1/2014 |
1.9.1 | 713 | 5/22/2014 |
1.9.0 | 9,800 | 5/6/2014 |
1.8.8 | 3,119 | 4/14/2014 |
1.8.7 | 3,908 | 4/2/2014 |
1.8.6.1 | 141 | 3/19/2014 |
1.8.6 | 495 | 3/19/2014 |
1.8.5 | 78 | 3/18/2014 |
1.8.4 | 365 | 3/4/2014 |
1.8.3 | 604 | 2/16/2014 |
1.8.2 | 531 | 1/26/2014 |
1.8.1.1 | 283 | 1/6/2014 |
1.8.1 | 67 | 1/6/2014 |
1.8.0 | 216 | 12/17/2013 |
- Adds AutoRotate
- Fixes Crop bug.