yii2 imagine:Yii 2想像扩展 源码
想象Yii 2的扩展 此扩展添加了最常见的图像功能,并且还充当了图像处理库的包装。 有关许可证信息,请检查文件。 安装 安装此扩展的首选方法是通过 。 无论运行 composer require --prefer-dist yiisoft/yii2-imagine 或添加 " yiisoft/yii2-imagine " : " ~2.2.0 " 到composer.json的require部分。 基本用法 此扩展是的包装,并且还添加了最常用的图像处理方法。 以下示例显示如何使用此扩展名: use yii\imagine\ Image ; // frame, rotate and save an image Image :: frame ( 'path/to/image.jpg' , 5 , '666' , 0 ) -> rotate (- 8 ) -> save
文件列表
yii2-imagine-master.zip
(预估有个7文件)
yii2-imagine-master
src
BaseImage.php
17KB
Image.php
677B
LICENSE.md
1KB
README.md
2KB
Makefile
850B
CHANGELOG.md
2KB
composer.json
2KB
暂无评论