yunhu/imagick

There is no license information available for the latest version (v1.0.3) of this package.

图片处处理

v1.0.3 2019-10-03 03:34 UTC

This package is auto-updated.

Last update: 2024-04-09 16:31:19 UTC


README

图片瘦身

composer require yunhu/imagick

初始化

$ob = new \IM\Imagick(); 

想要压缩成多少M默认是3M,如不需要可不用

//$ob->getQuality(filesize($filePath),5); 

开始压缩并返回压缩后的地址

$filePath = $ob->compress($filePath);