Skip to content

Releases: php-imagine/Imagine

v1.3.1

15 Mar 15:21
fc3e477

Choose a tag to compare

  • Fix undefined variable $engineRawVersion in Imagick/Gmagick DriverInfo (#825, @fxbt)

v1.3.0

15 Mar 10:47
6261e08

Choose a tag to compare

v1.2.4

03 Nov 22:37

Choose a tag to compare

v1.2.3

04 Dec 10:02

Choose a tag to compare

  • Handle jfif extension in GD driver (#727, @sylvain-msl-talkspirit)
  • Improve detection of unsupported Exit Metadata Reader (#729, @mlocati, @ausi)

v1.2.2

09 Jul 06:58

Choose a tag to compare

v1.2.1

03 Jun 15:12

Choose a tag to compare

  • Silence call to \Imagick::setImageOpacity() in order to prevent deprecation error with Imagick 3.4.4 and ImageMagick 6 (#715, @samdark, @mlocati)

v1.2.0

07 Dec 16:54

Choose a tag to compare

  • ExifMetadataReader now returns all the available metadata, not only EXIF and IFD0 (#701, @mlocati)

v1.1.0

25 Oct 06:47

Choose a tag to compare

  • New ImageInterface::THUMBNAIL_FLAG_NOCLONE flag for thumbnail() to let it modify the original image instance in order to save memory (@mlocati)

v1.0.2

24 Oct 14:08

Choose a tag to compare

  • Check that the Imagick PHP extension is not compiled using ImageMagick version 7.0.7-32 because it does not work correctly (@mlocati)

v1.0.1

27 Sep 12:26

Choose a tag to compare

  • Box now rounds the width/height it receives (previously it discarded the decimal points) (@mlocati)