Page 1 of 1

[solved]ImageCreateFromJpeg

Posted: Sat Feb 12, 2005 9:27 am
by dreamline
Hi guyz,
I'm having a problem with this function from the GD library. If a pciture is 1448x1235 then i get an error like this: Fatal Error: Allowed memory size 8388608 bytes exhausted etc. etc.

Are there any known problems with huge pictures and resizing them with imagecreatefromjpg???

Thanks for your help guyz....

Posted: Sat Feb 12, 2005 9:39 am
by feyd
you need to bump your memory limit up to work with it :: viewtopic.php?t=30239&highlight=20m

please search for the keywords in your error next time.

Posted: Sat Feb 12, 2005 9:56 am
by dreamline
Sorry about that Feyd... But thanks for the url to the thread.. :)

Posted: Sat Feb 12, 2005 9:58 am
by feyd
FYI 1448x1235 = 7,153,120 bytes decompressed, minimum.