Download the PHP package marijnvdwerf/material-palette without Composer
On this page you can find all versions of the php package marijnvdwerf/material-palette. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marijnvdwerf/material-palette
More information about marijnvdwerf/material-palette
Files in marijnvdwerf/material-palette
Package material-palette
Short Description Prominent image colour extraction for PHP
License Apache-2.0
Homepage https://github.com/marijnvdwerf/material-palette-php
Informations about the package material-palette
Palette for PHP
Palette is a port of the Android library of the same name, for extracting a colour palette from an image. The results can then be used for tinting the interface to match the image.
Installation
Usage
Palette makes use of the Intervention image library to load images, and supports both the Imagick and GD drivers. The performance of the Imagick driver is slightly better, but the difference is fairly small.
Contrast
You can get the contrast of a colour on a non-translucent background by calling
AbstractColor::calculateContrast($background, $foreground)
. Information on the recommended contrast ratio can be found
at the W3C recommendation.