Monthly Archives: February 2011

05
Feb
2011
Comments disabled

Zebra_Image, version 2.1 now available

Zebra_Image is a compact, lightweight, object-oriented image manipulation library written in and for PHP, that provides methods for performing several types of image manipulation operations. It doesn’t require any external libraries other than the GD2 extension (with which PHP usually comes pre-compiled with).

In version 2.1 a bug where the rotate method was not working correctly on transparent PNG/GIF images was fixed; the overall handling of transparent images was improved; a new method "flip_both" method was added which flips an image both vertically and horizontally; the code for flip_horizontal and flip_vertical methods was rewritten; and a more explicit example was added.

read more »