[SOLVED] imagecreatefromjpeg and large dimensions
Posted: Sun Jun 19, 2005 5:52 am
Hi guys,
Nice place you have here. First poster.
I've got a problem with imagecreatefromjpeg() dying with an internal server error on images with fairly large dimensions (say 2000x1500). My resoures in php.ini are set fairly high and I've noticed that large dimensions make it fall over and not file sizes. Anyone have any clue as to what might be causing this or if it's indeed a known issue? I've narrowed down the problem in the script to the line containing imagecreatefromjpeg(), so I know it's the culprit.
I'm running PHP 4.3.10 (compiled with all the supporting GD stuff) on rh9.
Thanks for any pointers.
Nice place you have here. First poster.
I've got a problem with imagecreatefromjpeg() dying with an internal server error on images with fairly large dimensions (say 2000x1500). My resoures in php.ini are set fairly high and I've noticed that large dimensions make it fall over and not file sizes. Anyone have any clue as to what might be causing this or if it's indeed a known issue? I've narrowed down the problem in the script to the line containing imagecreatefromjpeg(), so I know it's the culprit.
I'm running PHP 4.3.10 (compiled with all the supporting GD stuff) on rh9.
Thanks for any pointers.