0

Is there a PHP function or someway that you know of that images can be resized proportionally on let say, a upload?

4

1 回答 1

1

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.

于 2012-06-06T15:01:34.137 回答