| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.9.0.tar.gz | 2020-04-18 | 13.5 MB | |
| 2.9.0.zip | 2020-04-18 | 13.8 MB | |
| README.md | 2020-04-18 | 1.2 kB | |
| Totals: 3 Items | 27.4 MB | 0 | |
- ImageProcessor v2.9.0
- ImageProcessor.Plugins.Cair v1.3.1
- ImageProcessor.Web v4.12.0
- ImageProcessor.Web.Plugins.AzureBlobCache v1.7.0
- ImageProcessor.Web.Plugins.AmazonS3Cache v1.2.0
Note: improved resize quality only applies to newly processed images.
Features:
- Cache redirects on browser for Amazon S3 and Azure Blob cache (PR https://github.com/JimBobSquarePants/ImageProcessor/pull/787)
- Resize quality improvements (PR https://github.com/JimBobSquarePants/ImageProcessor/pull/796)
- Disable
fixGammaonImageFactoryby default - Add
Centerproperty (depreciateCenterCoordinatesY,X property) toResizeLayer - Add nullable support to
QueryParamParser(e.g.QueryParamParser.ParseValue<PointF?>()) PointConverterandSizeConverternow require 2 values to be present- New
PointFConverter(used to parse center coordinates)
Bugfixes:
- Fix race condition in DiskCache trimmer causing DirectoryNotFoundException (PR https://github.com/JimBobSquarePants/ImageProcessor/pull/795)
- Fix and cleanup GetHashCode and Equals (PR https://github.com/JimBobSquarePants/ImageProcessor/pull/797)