jimmyandrade/tonesque
最新稳定版本:v1.0
Composer 安装命令:
composer require jimmyandrade/tonesque
包简介
Grab an average color representation from an image.
README 文档
README
## Tonesque A WordPress plugin containing a class that lets you grab an average color representation of an image passed as a parameter on construction. It can be used for generating a background color for an image post that matches the uploaded image. The plugin is inspired by the Duotone WordPress theme, but with the goal of allowing any theme or plugin to have that image-magic without having to develop it themselves. The color processing looks for an average color between a couple of important points on the image. Note: Relies on class.color for convertions and utility. ## Usage Pass a url parameter to Tonesque class. Then get color using $this->color( 'hex|rgb' ). The returned string defaults to hex. <?php $src = 'image/path/image.jpg'; $tonesque = new Tonesque( $src ); // get color in hex format $color = $tonesque->color(); // get black or white depending on main color $black_or_white = $tonesque->contrast(); ?>
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2015-10-19