PHP GD Lib
- Started
- Last post
- 4 Responses
- ********
Heyelp...
Can anyone tell me - is there a limit on the size of the file(jpg) that one can resize?
I'm using imagecopyresized and it works, but wont budge an inch on an image over 500kb. Is that asking too much of it?
Based on this script: http://www.onlinetools.org/artic…
- ********0
Anyone?
- v3nt0
i don't think there is a set size. It probably depends on the power of the server.
i've used a resize script the resizes about 8 images, (about 200-300k each) all at the same time and it takes about 3-8 secs. However i got a bit cocky and tried to resize over a 100 images and i crashed the server!
- fusionpixel0
never have had problems, I have resized over 100 images on the server and some were over 700k
- ********0
Fixed it.
PHP has "RAM" limit of sorts. I up'ed it to 32mb rather than the standard 8mb.
I can now resize about 10 1mb images...