teodorpopa / color-extractor
Extract colors from an image
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/teodorpopa/color-extractor
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();