olafapl/kirby-color-thief
Composer 安装命令:
composer require olafapl/kirby-color-thief
包简介
Plugin for Kirby 3 for extracting dominant colors from images
README 文档
README
A simple plugin for extracting dominant colors from images in Kirby 3.
Requirements
See Color Thief PHP requirements.
Installation
Composer
composer require olafapl/kirby-color-thief
Usage
The extracted colors are stored in the image metadata (in "#rrggbb" format) and can be accesed with:
<?= $myImageFile->colors()->yaml() ?> // Returns an array of colors
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-14