All Versions
40
Latest Version
Avg Release Cycle
149 days
Latest Release
1080 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.2 Changes
April 01, 2022- โช Workaround for a bug in PHP 7.3+opcache that causes segmentation faults (#826, #829, #828, @ausi, @mnocon, @mlocati)
-
v1.3.1 Changes
March 15, 2022- ๐ Fix undefined variable $engineRawVersion in Imagick/Gmagick DriverInfo (#825, @fxbt)
-
v1.3.0 Changes
March 15, 2022- ๐ Minimum PHP supported version is now 5.5 (#820, @PowerKiKi)
- ๐ Support AVIF, HEIC, and JXL in Imagick driver (#759, #765, @ausi)
- ๐ Support AVIF in GD driver (#791, @mlocati)
- ๐ Make the $filter parameter of the resize method invariant (#776, @mlocati)
- Ability to specify the alpha-blending of the GD drawer (#790, @mlocati)
- โ Add support for SINCFAST filter in Imagick driver (#823, @mlocati)
- ๐ Fix applyMask() for GD driver (#708, @ninze)
- ๐ Fix PHP 8.1 compatibility (#768, #791, @ausi, @mlocati)
- ๐ Fix error handling in grayscale() for Gmagick driver (#757, @dmitry-kulikov)
- ๐ Fix convolve() for Imagick driver (#775, @mlocati)
- ๐ Fix array retuned by histogram() method of GD and Imagick drivers (#797, @mlocati)
- ๐ Fix handling alpha channel in Imagick (#775, #798, @mlocati)
- ๐ New Driver\Info classes to inspect installed drivers (#802, #805, #806, @mlocati)
- ๐ Fix wrong load logic in Imagick (#807, @mlocati)
-
v1.2.4 Changes
November 03, 2020- ๐ Fix PHP 8.0 compatibility, except gmagick - see https://bugs.php.net/bug.php?id=80106 (#740, @ausi)
- ๐ Optimize reading EXIF metadata from local files (#741, @jorrit)
- ๐ Fix rotation with imagick (#734, @lashus @ausi)
- ๐ Fix saving multi-layer images (eg animated GIFs) as plain images with gmagick and imagick (#746, @alexander-schranz @mlocati)
- ๐ Fix gmagick not resolving the correct export format in some edge cases (#750, @ausi)
-
v1.2.3 Changes
December 04, 2019- ๐ Handle jfif extension in GD driver (#727, @sylvain-msl-talkspirit)
- ๐ Improve detection of unsupported Exit Metadata Reader (#729, @mlocati, @ausi)
-
v1.2.2 Changes
July 09, 2019 -
v1.2.1 Changes
June 03, 2019 -
v1.2.0 Changes
December 07, 2018 -
v1.1.0 Changes
October 25, 2018- New
ImageInterface::THUMBNAIL_FLAG_NOCLONE
flag forthumbnail()
to let it modify the original image instance in order to save memory (@mlocati)
- New
-
v1.0.2 Changes
October 24, 2018- Check that the Imagick PHP extension is not compiled using ImageMagick version 7.0.7-32 because it does not work correctly (@mlocati)