Skip to content

Releases: gumlet/php-image-resize

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

06 Mar 10:17
Compare
Choose a tag to compare
Fix when open_basedir restriction is in effect

Bug fix release for exif data

06 Jan 18:05
Compare
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
Compare
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
Compare
Choose a tag to compare
1.5.0

Bump composer version

Image interlacing support

24 Mar 07:06
Compare
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
Compare
Choose a tag to compare
  • createFromString method was added
  • Image can be retrieved as string by doing $image->getImageAsString(); or (string)$image