cmhc/resizeimg

There is no license information available for the latest version (dev-master) of this package.

resize img

dev-master 2016-07-22 10:06 UTC

This package is not auto-updated.

Last update: 2024-05-01 17:29:38 UTC


README

裁剪图片脚本

require(__DIR__ . '/vendor/autoload.php');
$resizeImg = new cmhc\ResizeImage\ResizeImage;
$resizeImg->resize($inputfile, $outputfile,$width,$height);