Releases: disintegration/imaging
Releases · disintegration/imaging
v1.6.2
v1.6.1
Fix golden tests on arm64, ppc64le, s390x.
v1.6.0
- Overall performance improvements
- New function -
AdjustSaturation
- More tests and benchmarks
v1.5.0
- New decode option
AutoOrientation
, that sets the auto-orientation mode. If auto-orientation is enabled, the image will be transformed after decoding according to the EXIF orientation tag (if present). By default it's disabled. - Blur performance optimizations.
- New
FormatFromExtension
helper function.
v1.4.2
- Fix race condition and simplify the
New
function. - Add convenience function
FormatFromFilename
.
v1.4.1
- Nearest-neighbor downsampling improved.
- New encode option added - PNGCompressionLevel.
- Minor readme/documentation updates.
v1.4.0
- Image processing refactoring: most functions are now faster and allocate less memory.
- More tests and benchmarks added.
- More encode options added: in addition to JPEGQuality there are now three GIF encode
options (GIFNumColors, GIFQuantizer, GIFDrawer).