teodorpopa / color-extractor
此包已被弃用且不再维护。未建议替代包。
从图像中提取颜色
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
基于 https://github.com/thephpleague/color-extractor
扩展功能以提取RGB索引和颜色百分比。
示例
$colors = new ColorExtractor::load('image.jpg')->extract();