
A PHP Class for manipulating images. It features the ability to scale by percentage, width, height, and to create a square crop of an image.
Unlike other image manipulation classes, this one allows multiple manipulations of an image, with the ability to save it multiple times, and display the image without saving. This is useful for dynamic thumbnail generation and display.
View Tutorial