想象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