Imagine extension version 2.3.1 released
Imagine extension version 2.3.1 was released.
This version makes protected static methods getThumbnailBox(), getBox() and isUpscaling() public.
See CHANGELOG for details.
Imagine extension version 2.3.1 was released.
This version makes protected static methods getThumbnailBox(), getBox() and isUpscaling() public.
See CHANGELOG for details.
Imagine extension version 2.3.0 was released.
Image::thumbnail() now accepts ImageInterface::THUMBNAIL_FLAG_UPSCALE flag to allow thumbnail upscaling. Since this option is only supported in imagine/imagine v1.0.0 or later, support for older version was dropped.
See CHANGELOG for details.
Imagine extension version 2.2.0 was released. The only change in the extension itself is about underlying version of Imagine package used. Now latest version will be installed by default.
See CHANGELOG for details.
We are very pleased to announce the release of Imagine extension version 2.1.1 which both fixes bugs and makes small enhancements.
This release updates 'Imagine' dependency to include versions 0.7.x.
See CHANGELOG for details.
We are very pleased to announce the release of the Imagine extension version 2.1.0.
This release uses 0.6.x versions of imagine library and may break backwards compatibility if you are working with color. Additionally there are two important additions:
autorotate() method which rotates images based on EXIF metadata.ImageInterface instances to methods now.See the CHANGELOG for a complete list of changes.
We are very pleased to announce the release of the Imagine extension version 2.0.4.
The only change is that 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 and Image::$thumbnailBackgroundAlpha are introduced to be able to configure fill color of thumbnails.
See the CHANGELOG for a complete list of changes.
Note that it's likely that it is the last 2.0.x release and the next one will be 2.1.x which may break backwards compatibility. Make sure you have ~2.0.0 in your composer.json if you want to stay on 2.0.x releases.