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.
Another question: do you have any plans to include support for (or does Upload Class already) using Imagemagick for resizing?
One of my users was having problems with allowable memory limits, so he put in a pre-resize using Imagemagick, which apparently takes less memory than GD. This seemed to get the file sizes small enough that GD didn't blow the PHP Allowable Memory.
I have also noticed that phpThumb uses Imagemagick when possible for speed/memory reasons.
Just wondering if you have any plans to include support for that.
Another question: do you have any plans to include support for (or does Upload Class already) using Imagemagick for resizing?
One of my users was having problems with allowable memory limits, so he put in a pre-resize using Imagemagick, which apparently takes less memory than GD. This seemed to get the file sizes small enough that GD didn't blow the PHP Allowable Memory.
I have also noticed that phpThumb uses Imagemagick when possible for speed/memory reasons.
Just wondering if you have any plans to include support for that.
Thanks again!
Byron