zaachi/php-instagram-effects
Composer 安装命令:
composer require zaachi/php-instagram-effects
包简介
PHP class for photo effects like Instagram
README 文档
README
PHP class for photo effects similar to Instagram
Usage
use Zaachi\Image\Filter; require 'vendor/autoload.php'; $image = imagecreatefromjpeg("/path/to/image.jpg"); $filter = (new Filter($image))->aqua(); header('Content-type: image/jpeg'); imagejpeg($filter->getImage());
Examples of usage are in the examples directory. To generate example images, this bash snippet may be helpful:
for f in *.php; do php $f > ${f%.php}.png; done
统计信息
- 总下载量: 11.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 54
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-01