Skip to content

Releases: imazen/resizer

v4.2.5

06 Apr 17:54
Compare
Choose a tag to compare
Increment reporting_version for 4.2.5 release

Improves handling of one-appdomain-per-request usage

19 Feb 00:31
Compare
Choose a tag to compare

ImageResizer handles license fetching on a per app-domain basis, but this fails to take into account usage scenarios that involve creating a new app domain for every image. This update resolves that issue.

v4.2.4-pre

13 Dec 11:57
Compare
Choose a tag to compare
v4.2.4-pre Pre-release
Pre-release
Improve DiagnoseRequest formatting on small images

Introduces DiagnoseRequest

13 Dec 09:38
Compare
Choose a tag to compare
Pre-release

Install by adding

<plugins>
   <add name="DiagnoseRequest" />
</plugins>

Then, add &resizer.debug=text or &resizer.debug=image to the problem URL.

Rewrite CropAround plugin

29 Nov 22:29
Compare
Choose a tag to compare
Pre-release
Rewrite CropAroundPlugin to consider saliency weights when a non-opti…

…mal crop is required (c.finalmode=crop). This produces better results when there are false positives.

Add c.salientareas to allow FacesPlugin to pass these weights to the CropAroundPlugin.

Overhaul Face Detection; add concurrent job limiting

28 Nov 02:07
Compare
Choose a tag to compare

<pipeline maxConcurrentJobs="auto|[integer]" />

Fix bug in diagnostics page

08 Nov 23:24
Compare
Choose a tag to compare
Revert "Trim AppVeyor.sln for v5"

This reverts commit a195349a79e98fada3060a68ec929cb8716fb23b.

v4.1.10 bugfix

13 Sep 15:54
Compare
Choose a tag to compare
  • Fixes "Nullable object must have a value [...] at ImageResizer.Configuration.Performance.CircularTimeBuffer" error. An incorrect invariant was enforced.
  • Add RemoteReaderPlugin.SkipUriValidation (thanks to @Ed-MacDonald #221)

Fix constant CPU usage

4.1.8 - Fixes 2 minor bugs

17 Jun 00:19
Compare
Choose a tag to compare
  • Fix bug causing CMYK jpegs with a dpi != 96 to be scaled incorrectly.
  • Fix incorrect reporting of edition in use for blob storage providers