ImageProcessor.Web
4.3.0
dotnet add package ImageProcessor.Web --version 4.3.0
NuGet\Install-Package ImageProcessor.Web -Version 4.3.0
<PackageReference Include="ImageProcessor.Web" Version="4.3.0" />
paket add ImageProcessor.Web --version 4.3.0
#r "nuget: ImageProcessor.Web, 4.3.0"
// Install ImageProcessor.Web as a Cake Addin #addin nuget:?package=ImageProcessor.Web&version=4.3.0 // Install ImageProcessor.Web as a Cake Tool #tool nuget:?package=ImageProcessor.Web&version=4.3.0
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
-
.NETFramework 4.5
- ImageProcessor (>= 2.2.3)
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ImageProcessor.Web:
Repository | Stars |
---|---|
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
|
|
Shazwazza/UmbracoIdentity
ASP.NET Identity implementation for Umbraco's native member data
|
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 399 | 4/22/2015 |
4.2.1 | 2,353 | 3/2/2015 |
4.1.5 | 1,981 | 1/21/2015 |
4.1.4 | 946 | 12/18/2014 |
4.1.3 | 618 | 11/24/2014 |
4.1.2 | 358 | 11/19/2014 |
4.1.1 | 174 | 11/18/2014 |
4.1.0 | 629 | 11/11/2014 |
4.0.0 | 1,356 | 8/26/2014 |
3.3.1 | 17,871 | 10/4/2014 |
3.3.0 | 11,650 | 8/1/2014 |
3.2.9 | 1,207 | 7/1/2014 |
3.2.8 | 555 | 6/18/2014 |
3.2.7 | 88 | 6/18/2014 |
3.2.6 | 331 | 6/9/2014 |
3.2.5 | 1,544 | 6/1/2014 |
3.2.4 | 472 | 5/20/2014 |
3.2.3 | 9,662 | 5/6/2014 |
3.2.2 | 2,785 | 4/14/2014 |
3.2.1 | 3,859 | 4/3/2014 |
3.2.0 | 838 | 3/19/2014 |
3.1.1 | 688 | 2/17/2014 |
3.1.0 | 62 | 2/16/2014 |
3.0.1 | 455 | 1/26/2014 |
3.0.0.3 | 234 | 1/6/2014 |
3.0.0.2 | 94 | 12/23/2013 |
3.0.0.1 | 100 | 12/22/2013 |
3.0.0 | 84 | 12/17/2013 |
- Drops legacy syntax support.
- Completely rewritten url parser.
- Fixes issue where resize command was not recognised after percentile crop.
- Fixes issues recognising some urls when using remote images.
- Adds CORS support to image requests.
- All processing now occurs in linear colour-space resulting in more accurate transformations.
- Watermark can now produce vertical and right-to-left text.