This repository was archived by the owner on Sep 6, 2023. It is now read-only.
Releases: JimBobSquarePants/ImageProcessor
Releases · JimBobSquarePants/ImageProcessor
2.9.1
2.9.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 #787)
- Resize quality improvements (PR #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)
- Disable
Bugfixes:
2.8.0
- ImageProcessor v2.8.0
- ImageProcessor.Plugins.Cair v1.3.0
- ImageProcessor.Plugins.WebP v1.3.0
- ImageProcessor.Web v4.11.0
- ImageProcessor.Web.Config v2.6.0
- ImageProcessor.Web.Plugins.AzureBlobCache v1.6.0
- ImageProcessor.Web.Plugins.AmazonS3Cache v1.6.0
- ImageProcessor.Web.Plugins.PostProcessor v1.5.0