imagecopy() and imagecopyresized() problem
Okay, so I've got a bit of a problem here.
I run into this error when I try to use imagecreatefromjpeg() on this rather large file:
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12000 bytes) in/photography/submit/index.php on line 37"
I'm trying to edit the image using imagecopy() and imagecopyresized() (adding a watermark and then resizing, trying to keep two sizes). Is there anyway around this, or am I stuck?
If you need more information, I'll be glad to provide; I tried to keep things short and sweet.
Thanks in advance.
|