Reply to Re: Problem with image_resize

Re: Problem with image_resize new!
by colin, 17 years, 7 months ago
Then try to raise your local memory to 20M.

You can add this in your script:
ini_set ( "memory_limit", "20M")

Or in a .htaccess file:
php_value memory_limit 20M

When resizing an image, it first has to be transformed in a kind of bitmap, then you need some more memory to actually resize. If you then add the size of your script to that, you can reach 8MB very quickly.Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important