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
Requires
- php: >=5.5.0
- ext-gd: *
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
This package is not auto-updated.
Last update: 2020-10-02 21:04:04 UTC
README
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();