Resize:轻松调整图像大小

时间:2021-05-18 05:31:07
【文件属性】:
文件名称:Resize:轻松调整图像大小
文件大小:873KB
文件格式:ZIP
更新时间:2021-05-18 05:31:07
PHP EscapeWork \调整大小 此库不再受管理 从库提取的用于处理图像的组件。 例子 use EscapeWork \ Resize \ Resize ; $ resize = new Resize ( '/path/to/image.jpg' ); $ resize -> setWidth ( 200 )-> setHeight ( 100 )-> resize (); # ajusta o tamanho automáticamente, mantendo no máximo 200px de largura e/ou 100px de altura $ resize = new Resize ( '/path/to/image.jpg' ); $ resize -> setWidth ( 90 )-> setHeight ( 90 )-> crop (); # redimens
【文件预览】:
Resize-master
----.gitignore(23B)
----tests()
--------EscapeWork()
--------bootstrap.php(395B)
----phpunit.xml(559B)
----composer.lock(17KB)
----composer.json(947B)
----src()
--------EscapeWork()
----readme.md(2KB)
----.travis.yml(107B)
----.editorconfig(226B)

网友评论