Enhance the Image class by providing the dominant color from an image. Uses Color Thief PHP.
Adds the DominantColor()
method to Image
which the primary dominant color of this Image as hex (i.e. '#bada55'
.)
…
<div style="background-color:$SomeImage.DominantColor">
…
…
$color = Image::get()->find(…)->DominantColor();
…
- Silverstripe 3+
- GD, Imagick or Gmagick
The recommended way to install is through Composer:
composer require jacobbuck/silverstripe-dominantcolor