开发者

Tutsplus image resize class: bug with large images?

开发者 https://www.devze.com 2023-03-18 21:38 出处:网络
Has anyone tried resizing large image files with using the image resize class from tutsplus? link: http://net.tutsplus.com/tutorials/php/image-resizing-made-easy-with-php/开发者_如何转开发

Has anyone tried resizing large image files with using the image resize class from tutsplus?

link: http://net.tutsplus.com/tutorials/php/image-resizing-made-easy-with-php/

开发者_如何转开发

When trying this script with files larger than 3 mbytes nothing happens. The script works fine with files <= 3 mbytes

Thank you


Problem solved.

The script stopped to run because of the memory size limit defined in php.ini.

32M is not enough for pictures larger than 3000px width.

0

精彩评论

暂无评论...
验证码 换一张
取 消