|
Well GD is part of your PHP and as such uses up PHP's memory. What happens if on larger files GD uses the PHP memory up and as such PHP on your server shuts down. The edit I provided increases the memory some. Imagemagick does not use PHP memory so if your server has it it is always best to use it.
|