class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
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
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.