ImageProcessor 1.8.8
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.8.8
NuGet\Install-Package ImageProcessor -Version 1.8.8
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.8.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImageProcessor" Version="1.8.8" />
<PackageReference Include="ImageProcessor" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ImageProcessor --version 1.8.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ImageProcessor, 1.8.8"
#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.
#:package ImageProcessor@1.8.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ImageProcessor&version=1.8.8
#tool nuget:?package=ImageProcessor&version=1.8.8
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 (8)
Showing the top 8 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.
|
|
|
AspNetMonsters/AlpineSkiHouse
AlpineSkiHouse
|
|
|
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 |
|---|---|---|
| 2.2.4 | 1,700 | 4/23/2015 |
| 2.2.3 | 749 | 4/21/2015 |
| 2.2.0 | 6,726 | 2/27/2015 |
| 2.1.0 | 8,970 | 11/11/2014 |
| 2.0.1 | 2,303 | 9/4/2014 |
| 2.0.0 | 2,266 | 8/26/2014 |
| 1.9.5 | 43,966 | 8/5/2014 |
| 1.9.4 | 2,188 | 7/1/2014 |
| 1.9.3 | 557 | 6/18/2014 |
| 1.9.2 | 1,363 | 6/1/2014 |
| 1.9.1 | 295 | 5/22/2014 |
| 1.9.0 | 6,883 | 5/6/2014 |
| 1.8.8 | 1,023 | 4/14/2014 |
| 1.8.7 | 1,583 | 4/2/2014 |
| 1.8.6.1 | 141 | 3/19/2014 |
| 1.8.6 | 419 | 3/19/2014 |
| 1.8.5 | 101 | 3/18/2014 |
| 1.8.4 | 134 | 3/4/2014 |
| 1.8.3 | 215 | 2/16/2014 |
| 1.8.2 | 262 | 1/26/2014 |
| 1.8.1.1 | 283 | 1/6/2014 |
| 1.8.1 | 109 | 1/6/2014 |
| 1.8.0 | 119 | 12/17/2013 |
- Fixed resize max stretch bug
- Added widthratio && heightratio parsing.