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

Releases: JimBobSquarePants/ImageProcessor

2.9.1

29 Jul 13:32
a94fb90
Compare
Choose a tag to compare
  • ImageProcessor v2.9.1

Bugfixes:

  • Sanitize Metadata on Jpeg Save. #812

2.9.0

18 Apr 14:06
Compare
Choose a tag to compare
  • 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)

2.8.0

08 Apr 20:22
9af0723
Compare
Choose a tag to compare
  • 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