Skip to content

Releases: Intervention/image

4.1.0

16 May 05:38
fb79555

Choose a tag to compare

What's Changed

Full Changelog: 4.0.4...4.1.0

4.0.4

09 May 08:19
f58d379

Choose a tag to compare

What's Changed

  • Stop Imagick contrast from lifting every pixel by @nlemoine in #1484
  • Internal adjustments for more strict comparisons by @olivervogel

Full Changelog: 4.0.3...4.0.4

4.0.3

02 May 05:53
76d4e5a

Choose a tag to compare

What's Changed

  • Bugfix: Preserve alpha channel in Imagick invert modifier by @nlemoine in #1482

New Contributors

3.11.8

02 May 05:53
cf04c8d

Choose a tag to compare

What's Changed

  • Bugfix: Preserve alpha channel in Imagick invert modifier by @nlemoine in #1482

New Contributors

4.0.2

25 Apr 05:50
3c44951

Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2

4.0.1

11 Apr 05:49
f2fa8c7

Choose a tag to compare

What's Changed

  • Support for jpeg file extension pjpg (progressive jpeg)
  • New parse() methods in all color classes
  • Exception improvements

Full Changelog: 4.0.0...4.0.1

4.0.0

28 Mar 07:11
66865f1

Choose a tag to compare

Intervention Image v4.0.0 🔥

Intervention Image Version 4 is a major release for PHP 8.3+ that focuses on improving the API and resolving internal inconsistencies rather than introducing as many new features as possible.

The package remains true to its core principles and continues to offer the familiar quality features like:

  • Fluent API for common image editing tasks
  • Interchangable driver architecture for all popular PHP image processing extensions
  • Support for GD, Imagick and libvips
  • Processing of animated images with all drivers

What is new?

Improved API

The entire API underwent a thorough review. The goal was to identify and resolve internal inconsistencies, ensure greater future-proofing and scalability, and further improve consistency.

Read more about the API improvements

Exception Hierarchy and more detailed Error Messages

At the same time, error and exception messages have been improved to provide clear, immediate insight into what went wrong. These improvements include a restructured exception system with a well-defined hierarchy.

Read more about exceptions

Other Improvements

Other new features include an improved color system with alpha channels for all color spaces, support for Oklab and Oklch color spaces, the use of PHP enums, and many other small improvements.

https://image.intervention.io/v4

4.0.0-beta.5

07 Mar 08:55
b80e9b8

Choose a tag to compare

4.0.0-beta.5 Pre-release
Pre-release

3.11.7

21 Feb 06:51
2159bcc

Choose a tag to compare

  • Fix issue when trying to decode AVIF images without ISPE using GD decoders

3.11.6

20 Dec 07:35
5f6d27d

Choose a tag to compare

What's Changed

  • Fix issue with relative paths to font files in different versions of GD library