I\'m designing a website and I need to:
I recommend SimpleImage, it is very simple, has only one file and is updated.
Example of use:
$img = new SimpleImage('image.jpg');
// Resize the image to 320x200
$img->resize(320, 200);
$img->save('new-image.jpg');
Check out JCROP Plugin
This will be uselful for all
JCROP Image cropping----deepliquid.com/content/Jcrop.html
The class upload from Colin Verot http://www.verot.net/php_class_upload.htm is my favourite. I use in in all my projects. Like the way you 'talk' to the class and only use what your need, but gives plenty of configuration/methods to tweak it to your exact needs. Great class!