Skip to content

Releases: php-imagine/Imagine

v1.5.4

04 Jun 10:08
Immutable release. Only release title and notes can be modified.
dd57a4c

Choose a tag to compare

  • Fix imagick stale layers (#879, @nlemoine)
  • Fix the Imagick driver deactivating the alpha channel in effects()->grayscale() (transparent pixels were encoded as opaque gray); it now uses the alpha-preserving grayscale image type, like usePalette() (#880, @nlemoine)

v1.5.3

03 Jun 10:29
Immutable release. Only release title and notes can be modified.
8bc9773

Choose a tag to compare

  • Fix the Imagick driver painting a "black box" when pasting an image with transparent areas at an alpha lower than 100; the opacity now scales the existing per-pixel alpha instead of overwriting it (#878, @nlemoine)
  • Fix the Imagick driver inverting the alpha channel in effects()->negative() (an opaque image became fully transparent); it now excludes the alpha channel, matching the GD driver (#877, @nlemoine)

v1.5.2

09 Jan 10:50
f9ed796

Choose a tag to compare

v1.5.1

09 Dec 15:35
8b130cd

Choose a tag to compare

v1.5.0

03 Dec 14:41
80ab214

Choose a tag to compare

v1.4.0

18 Nov 07:46
2c8887d

Choose a tag to compare

  • If a file couldn't be found, we now throw a NotFoundException exception (#853, @playmono)
  • Add support for webp_lossless to GD and GMagick (#858, @ausi)
  • Use streams in ExifMetadataReader (#861, @ausi)
  • WebP format now supports animation (#812, @Yoann-TYT)

v1.3.5

07 Jun 15:00
7151d55

Choose a tag to compare

v1.3.4

17 Apr 15:22
c9ba67d

Choose a tag to compare

v1.3.3

16 Nov 13:11
a6e6da9

Choose a tag to compare

  • Fix invalid format MIME type definition (#835, @xdanik)

v1.3.2

01 Apr 12:05
ae864f2

Choose a tag to compare