ImageProcessor v2.9.1 Release Notes

Release Date: 2020-07-29 // over 3 years ago
    • ImageProcessor v2.9.1

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ“‡ Sanitize Metadata on Jpeg Save. #812

Previous changes from v2.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 fixGamma on ImageFactory by default
      • Add Center property (depreciate CenterCoordinates Y,X property) to ResizeLayer
      • Add nullable support to QueryParamParser (e.g. QueryParamParser.ParseValue<PointF?>())
      • PointConverter and SizeConverter now require 2 values to be present
      • New PointFConverter (used to parse center coordinates)

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fix race condition in DiskCache trimmer causing DirectoryNotFoundException (PR #795)
    • ๐Ÿ›  Fix and cleanup GetHashCode and Equals (PR #797)