Is there a PHP function or someway that you know of that images can be resized proportionally on let say, a upload?
问问题
165 次
Is there a PHP function or someway that you know of that images can be resized proportionally on let say, a upload?
There is a class of functions called Imagic which uses the ImageMagic tools (If I remember correctly).
You need Imagick::resizeImage, the documentation for which is found Here.