Image Manipulation Class

Last Update
10 January 2011
Regular License
$7
Sales
39

This item contains two classes for image manipulation. The one uses GD library and other one uses ImageMagick. In the both classes are collected several methods which allow to edit your images to suit your needs. Except most standard methods such as resize and crop in the class was added method for generating thumbnails and method for placing a watermark on the pictures.

In the class, which uses GD library, you can find:

resize method crop method 10 image filters (grayscale, negative, brightness, contrast, colorize, edgedetect, emboss, blur, mean removal, smooth) rotate method flipflop method and watermark method

Everyone can try simple resize demo from here

In the class, which uses ImageMagick, you can find:

resize method crop method 13 image filters (grayscale, negative, brightness, saturation, contrast, colorize, edgedetect, emboss, blur, smooth, charcoal, oil paint, sepia) rotate method flipflop method round corners method and watermark method

Everyone can try simple resize demo from here