yunhu/imagick

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

图片处处理

Maintainers

Details

github.com/yunhu/imagick

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/yunhu/imagick

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

This package is auto-updated.

Last update: 2025-10-09 19:27:45 UTC


README

图片瘦身

composer require yunhu/imagick

初始化

$ob = new \IM\Imagick(); 

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

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

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

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