Releases: php-imagine/Imagine
Releases · php-imagine/Imagine
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
- 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
- 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)