文件名称:PHP-Image-Resize-Class:自动提取上传图像的方形*部分,并缩放到指定大小
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-04 15:05:17
PHP
PHP图像调整大小类 自动提取上传图像的方形*部分,并缩放到指定的大小。 参数 $ UploadAvatar = new ImageResize ( 'FormName' ); $ Result = $ UploadAvatar -> Resize ( 256 , 'upload/avatar/large.png' , 80 ); /* 256: the size of the picture to be compressed upload/avatar/large.png: save path 80: Picture quality, 100 indicates no compression. */ 例子 调整帖子字段中的图片大小: $ UploadAvatar = new ImageResize ( 'PostField' , 'Avatar' ); $ Result = $
【文件预览】:
PHP-Image-Resize-Class-master
----src()
--------ImageResize.class.php(3KB)
----LICENSE(11KB)
----example_url.php(825B)
----composer.json(517B)
----README.md(2KB)
----example.php(1KB)