All Versions
20
Latest Version
Avg Release Cycle
71 days
Latest Release
1803 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.2.2-pre
December 13, 2017 -
v4.2.1
November 29, 2017 -
v4.2.1-pre
November 29, 2017 -
v4.2.0 Changes
November 28, 2017๐ท
<pipeline maxConcurrentJobs="auto|[integer]" />
-
v4.1.11
November 08, 2017 -
v4.1.10 Changes
September 13, 2017- ๐ 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)
-
v2.4.6
August 22, 2018 -
v2.0.rc1 Changes
Date: May 21, 2009
(Upgrade notes from 1.2 to 2.0)
- Fixed: Transparency is preserved more reliably with GIF files. Certain GIF files were losing transparency because the way the color palette was constructed.
- Fixed: .tif is now a supported input extension... previously only .tiff and .tff were allowed.
- Added WatermarkSettings.cs class for watermarking. Easy to extend for your own use.
- Converted ImageManager from a Static class to a normal class with a getBestInstance() static method. Allows easy plugin creation for ImageManager.
- Added support for ?frame=1-x and ?page=1-x. You can now select frames from GIF images and pages from TIFF files. Removed ?time
- Hashes are now SHA-256 instead of .NET 32-bit. They are base-16 encoded. This results in longer file names, but astronomically low chances of hash collisions.
- Fixed upgrade notes link in upgrade notes.txt
-
v2.0.b Changes
Date: May 16, 2009
(Upgrade notes from 1.2 to 2.0)
- Fixed: Incorrect aspect ratio issue if both maxwidth, width, and height are specified.<
- Fixed: UNC hosted websites are now supported.
- Added DisableCacheCleanup command, and made MaxCachedImages < 0 behave the same as DisableCacheCleanup=true
- Fixed: rounding error that could cause a pixel line on the right and/or bottom sides of the image. Rare floating point rounding error in GDI native code. Added code to force rounding to be consistent.
-
v2.0.a Changes
Date: Mar 4, 2009 (E-mail distribution)
- Fixed: Cleanup routine can cause bottleneck on GetFiles() - fix so that Directory.GetFiles() only happens at startup and when items are added. Only affects sites with slow filesystems (or without filesystem caching), and with thousands of images.
- Fixed: imagecache/ is not protected when AllowURLRewriting is enabled http://localhost/resize(40,40)/imagecache/1639776677.jpg bypasses it. Added protection in the HttpModule.
- Fixed: Potential issue in Quantizer.cs that may cause lines in GIF output.
- Fixed Maxwidth/maxheight not getting picked up.
- Fixed: Custom crop coordinates at 0 were being applied in the negative coordinate zone. Fixed so x1,y1 weren't affected, but setting x2 and y2 to 0 is bottom-right relative.
- Changed flip to be after all operations, and added sourceFlip to replace its behavior.
- Added -ignoreicc parameter and made ICC reading the default. ICC profiles are not written out - browser does not support them.