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');