Processing large files

See all posts See thread Reply

Re: Processing large files new!
by colin, 17 years, 7 months ago
Seanie, I would have to do some more test, I am running out of time now. But I would say that the script runs out of memory, even thought you gave it 256MB.

I will be checking as soon as I can if the image objects are cleanly destroyed before each process.

Generally speaking, it is a bit heavy to do such big image manipulation in PHP/GD. Maybe using ImageMagick would be more adapted in your case.Reply