vakata/image
最新稳定版本:2.4.3
Composer 安装命令:
composer require vakata/image
包简介
Image manipulation helper class
README 文档
README
PHP helper class for image manipulation (using Imagick or GD - whichever is available).
Install
Via Composer
$ composer require vakata/image
Usage
$image = new \vakata\image\Image('image.png'); header('Content-Type: image/jpeg'); echo $image ->crop(200, 200) ->grayscale() ->rotate(90) ->toJPG();
Read more in the API docs
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email github@vakata.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-01