Releases: Intervention/image-driver-vips
1.0.1
What's Changed
- Extended compatibility for older libvips versions by @deluxetom in #67
- Bugfix with non-animated images by @deluxetom in #67
Full Changelog: 1.0.0...1.0.1
1.0.0
image-driver-vips
libvips driver for Intervention Image 3
Intervention Image's official driver to use Intervention Image with libvips. libvips is a fast, low-memory image processing library that outperforms the standard PHP image extensions GD and Imagick. This package makes it easy to utilize the power of libvips in your project while taking advantage of Intervention Image's user-friendly and easy-to-use API.
What's Changed
- Add ability to process animated images for CoverModifier by @olivervogel in #62
- Improve supported format detection by @olivervogel in #63
- Replace array constants by @olivervogel in #64
- Fixed sequential access by @deluxetom in #58
StripMetaModifier::class
by @deluxetom in #65
Full Changelog: 1.0.0-beta.1...1.0.0
1.0.0-beta.1
image-driver-vips
libvips driver for Intervention Image 3
First beta release of Intervention Image's official driver to use Intervention Image with libvips. libvips is a fast, low-memory image processing library that outperforms the standard PHP image extensions GD and Imagick. This package makes it easy to utilize the power of libvips in your project while taking advantage of Intervention Image's user-friendly and easy-to-use API.