Image manipulation methods can be chained efficiently. Recommended order: resize, crop, sharpen, quality and rotate or flip 29/03/2010
Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated and sharpened.
All image manipulations are applied to a temporary image. Only the save() method is permanent, the temporary image being written to a specified image file.
|