Skip to content

Releases: gumlet/php-image-resize

Exis error suppress, WebP image support.

11 Sep 16:24
Compare
Choose a tag to compare

Bug fix in exif read data

04 Aug 06:22
Compare
Choose a tag to compare
Merge pull request #86 from brianfreytag/image_size

Re-run getimagesize without source_info if false

Improved validation and error handling

17 Jul 16:33
Compare
Choose a tag to compare
Merge pull request #84 from emiliodeg/patch-1

better quality support

Library throws own exception instead of generic one

12 May 16:22
Compare
Choose a tag to compare
Merge pull request #78 from TheM1984/master

Added the ImageResizeException to the Readme and php unit test.

Exif extension is now optional

24 Apr 08:39
Compare
Choose a tag to compare
Merge pull request #74 from casperbiering/suggest-ext-exif

make ext-exif suggested instead of required

Imageflip function added for PHP < 5.5

13 Mar 06:52
Compare
Choose a tag to compare
1.6.3

whitelist added to phpunit

Palleted PNG images are not converted to truecolor by library

19 Jan 10:37
Compare
Choose a tag to compare
Merge pull request #65 from xzdshr/quality_truecolor

add quality_truecolor parameter

Minor bug fixes and memory improvements

16 Oct 06:18
Compare
Choose a tag to compare
Merge pull request #59 from PetrSchegolskov/feature

Add imagedestroy to save method

Added new method to allow free crop

27 Sep 16:24
Compare
Choose a tag to compare
  • freecrop method added to crop at any position
  • added api docs and link for the same in README
  • minor improvements

Added exif extension in composer

17 Aug 17:42
Compare
Choose a tag to compare
Merge pull request #53 from bkielbasa/bugfix/missing-exif-in-composer

Add Exif extension to composer.json