Releases: imazen/resizer
Releases · imazen/resizer
v4.2.5
Improves handling of one-appdomain-per-request usage
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
Improve DiagnoseRequest formatting on small images
Introduces DiagnoseRequest
Install by adding
<plugins>
<add name="DiagnoseRequest" />
</plugins>
Then, add &resizer.debug=text
or &resizer.debug=image
to the problem URL.
Rewrite CropAround plugin
v4.2.1-pre Rewrite CropAroundPlugin to consider saliency weights when a non-opti…
Overhaul Face Detection; add concurrent job limiting
<pipeline maxConcurrentJobs="auto|[integer]" />
Fix bug in diagnostics page
Revert "Trim AppVeyor.sln for v5" This reverts commit a195349a79e98fada3060a68ec929cb8716fb23b.
v4.1.10 bugfix
- 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
- Fix bug causing CMYK jpegs with a dpi != 96 to be scaled incorrectly.
- Fix incorrect reporting of edition in use for blob storage providers