teodorpopa/color-extractor

This package is abandoned and no longer maintained. No replacement package was suggested.

Extract colors from an image

1.0.1 2017-02-06 23:18 UTC

This package is not auto-updated.

Last update: 2020-10-02 21:04:04 UTC


README

68747470733a2f2f7472617669732d63692e6f72672f74656f646f72706f70612f436f6c6f72457874726163746f722e7376673f6272616e63683d6d6173746572 68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f74656f646f72706f70612f436f6c6f72457874726163746f722f6261646765732f6770612e737667 Coverage Status 68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74656f646f72706f70612f436f6c6f72457874726163746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572

Based on https://github.com/thephpleague/color-extractor

Extends the functionality to extract also the RGB index and color percentage.

Example
$colors = new ColorExtractor::load('image.jpg')->extract();