Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

2.9.0

Compare
Choose a tag to compare
@ronaldbarendse ronaldbarendse released this 18 Apr 14:06
· 11 commits to master since this release
  • 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)