Innovation Award
 January 2009
Number 3 |
Image manipulation is very popular in PHP thanks to the GD library extension.
More sophisticated image manipulation functions can be applied using the ImageMagick extension. However, this extension is not available in all PHP installations.
This class can perform several types of image effects that the ImageMagick can perform, except that it uses only the GD extension functions, so the ImageMagick extension is not necessary.
Manuel Lemos |
This class can be used to apply effects on images using only the GD image extension.
It takes an handle of a previous loaded or created image with the GD extension and can apply several types of effects using only functions of the GD library.
Currently it can draw a gradient stripe of given colors, replace the color of points with a given color, convert the color of points to gray scale tones, invert the colors of the points, and perform several other effects like blur, edge detect and emboss.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.