PHP Image Manipulation Class
This PHP class can be used to manipulate and convert images from files. It can open images from files in GIF, JPEG, PNG formats, and can perform several types of image manipulation operations like: resizing, cropping, convert to greyscale or sepia. The manipulated images can be saved back to files also in the GIF, JPEG and PNG formats.

