Download Latest Version 4.3.2 source code.zip (324.7 kB) Google Add to Preferred Sources
Home / 4.3.0
Name Modified Size InfoDownloads / Week
Parent folder
4.3.0 source code.tar.gz 2026-08-21 123.1 kB
4.3.0 source code.zip 2026-08-21 322.5 kB
README.md 2026-08-21 1.0 kB
Totals: 3 Items   446.7 kB 0

What's Changed

Color Palettes & Themes

Intervention Image now supports the extraction of color palettes from image objects. You can choose between the two main methods for collecting popular and dominant colors. Furthermore, it is possible to extract color themes from extensible definitions. Thanks to @deluxetom for co-authoring this.

:::php
// palette extraction
$popular = $image->colors()->popular(limit: 512);
$dominant = $image->colors()->dominant(limit: 5);
$theme = $image->colors()->theme(Intervention\Image\Colors\Theme::VIBRANT_MUTED);

Read more about palettes and color themes.

Other

Full Changelog: https://github.com/Intervention/image/compare/4.2.1...4.3.0

Source: README.md, updated 2026-08-21