Releases: Intervention/image
Releases · Intervention/image
3.9.1
3.9.0
What's Changed
- EncodedImage::class now holds data in a more efficient temporary stream resource
by @olivervogel in #1397
3.8.0
What's Changed
- New option to encode indexed color palette PNG format by @olivervogel in #1385
- New ability to read instances of EncodedImage::class with ImageManager:class by @olivervogel in #1386
- New method ColorInterface::isClear() by @olivervogel in #1387
- Tested PHP 8.4 support by @olivervogel in #1321
- Bug fixed with overlapping colors in ResizeCanvasModifier by @olivervogel in #1394
- Bug fixed in cloner transparency by @olivervogel in #1388
Full Changelog: 3.7.2...3.8.0
3.7.2
What's Changed
- Add non-standard JPEG mimetype image/x-jpeg by @dvlpp
- Fix bug in encoding animated WEBP format by @phknot
Full Changelog: 3.7.1...3.7.2
3.7.1
3.7.0
What's Changed
- New configuration API for ImageManager including the options to disable animation decoding and automatic exif alignment by @olivervogel
- New bézier curve drawing tool by @gammalogic
- New possibility to pass DrawableInterface objects in all draw methods by @olivervogel
- Fix bug when centering non-latin characters in TextModifier by @olivervogel
- Fix ignored alpha channel in Imagick PlaceModifier by @olivervogel
- Optimizations in the decoding process by @VincentLanglet
- Improvements in DocBlocks by @Tsuguya
- Miscellaneous improvements by @olivervogel
Full Changelog: 3.6.5...3.7.0
3.6.5
What's Changed
- Hotfix of bug in cover modifiers by @olivervogel in #1361
3.6.4
What's Changed
- Bugfix: Ignored opacity is in PlaceModifer for certain files. by @olivervogel in #1346
- Bugfix: Unwanted color in DrawLineModifer by @olivervogel in #1348