Problem: Resize large JPG's with PHP memory limit

From: Kenton Smith (smithk1_at_shaw.ca)
Date: 02/28/04


Date: Sat, 28 Feb 2004 16:27:15 GMT

I am using a shared server and the max PHP memory limit is set at 10MB. I
can not change this. I would like to resize uploaded JPG images. I have
tried many different scripts using the GD libs, but they all do not work for
larger JPGs. I know that the limit is the max PHP memory, but is there
anything that I can do to get this to work?

ImageMagick?
Java?

Thanks