- Enh #22: Added method
Image::resize()
to ease resizing images to fit certain dimensions. (Renkas) - Enh #28: Added
$allowUpscaling
argument toImage::thumbnail()
so it would be possible to always have thumbnail with fixed dimensions. (Renkas)
- Enh #54: Updated imagine/imagine version constraint to allow using 1.1.0 (samdark)
- Bug #35: Fixed incorrect
ceil()
call (Svyatoslav-S, samdark) - Enh #22: Added method
Image::resize()
to ease resizing images to fit certain dimensions (Renkas) - Enh #46: Updated Imagine dependency to include versions 0.7.x (klimov-paul)
- Enh #2: ImageInterface objects are now supported as image files (samdark)
- Enh #11: Resources are now supported as image files (samdark)
- Enh #20: Upgraded the imagine library from 0.5.x to 0.6.x.
In order to upgrade to 0.6.x the color behavior had to be
changed. In addition a new
autorotate
method has been implemented in order to rotate images based in the EXIF informations provided inside the image (nadar)
- Enh #3:
Image::thumbnail()
could now automatically calculate thumbnail dimensions based on aspect ratio of original image if only width or only height is specified.Image::$thumbnailBackgroundColor
andImage::$thumbnailBackgroundAlpha
are introduced to be able to configure fill color of thumbnails (HaruAtari, samdark)
- no changes in this release.
- no changes in this release.
- no changes in this release.
- no changes in this release.
- no changes in this release.
- Initial release.