1. 首页
  2. 数据库
  3. 其它
  4. yii2 imagine:Yii 2想像扩展 源码

yii2 imagine:Yii 2想像扩展 源码

上传者: 2021-04-20 13:42:41上传 ZIP文件 9KB 热度 23次
想象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
下载地址
用户评论