Releases: gumlet/php-image-resize
Releases · gumlet/php-image-resize
Fix square image resize
2.0.4 Update php-testing.yml
Fix deperecated imagerotate parameter
Merge pull request #184 from pluc/master Replacing deprecated null parameter #3 of imagerotate() by 0
Fix warning in PHP 8
2.0.2 Merge pull request #181 from Internacionalweb/fixed-return-getcroppos…
WebP support added
- Added support for WebP images
- Dropped support for PHP 5.5
- Fixed detected height being float in some case.
Gamma correction option and ability to exact resize
- added ability to disable gamma correction
- added ability to perform exact resize
- minor fixes
Gamma correction applied for correct resize
1.9.1 Fix gamma correction
PHP 5.5 required. Minor changes in code and docs.
1.9.0 Coveralls added correctly
New tests and imageflip function
This release has following changes
- Dropped PHP version 5.3
- Tests are re-written and code coverage reached to 86%
- imageFlip function added for PHP 5.4 users
We thank @peter279k for contribution for this release.