Skip to content

Releases: gumlet/php-image-resize

Added exif extension in composer

17 Aug 17:42

Choose a tag to compare

Merge pull request #53 from bkielbasa/bugfix/missing-exif-in-composer

Add Exif extension to composer.json

Exif data read fix

29 May 22:58

Choose a tag to compare

Merge pull request #46 from chrissachs/master

suppress warnings from exif_read_data if image does not contain valid exif

1.5.3: Merge pull request #38 from gpaton/patch-1

06 Mar 10:17

Choose a tag to compare

Fix when open_basedir restriction is in effect

Bug fix release for exif data

06 Jan 18:05

Choose a tag to compare

Merge pull request #33 from saschanos/master

reset original width and height

Exif data is preserved when working on JPEG

06 Jan 17:10

Choose a tag to compare

Merge pull request #32 from saschanos/master

use orientation data from exif when creating new image

Added method resizeToBestFit

22 Jun 23:28

Choose a tag to compare

1.5.0

Bump composer version

Image interlacing support

24 Mar 07:06

Choose a tag to compare

Image interlacing can now be enabled by doing $image->interlace = 1;.

New functionality of image handling as strings

23 Feb 16:33

Choose a tag to compare

  • createFromString method was added
  • Image can be retrieved as string by doing $image->getImageAsString(); or (string)$image