Télécharger la liste

Description du projet

Zebra_Image is a compact (one file only), 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). The code is heavily commented and generates no warnings/errors/notices when PHP’s error reporting level is set to E_ALL. It can rescale, flip, rotate, and crop images. It supports loading and saving images in the GIF, JPEG, and PNG formats and preserves transparency for GIF, PNG, and PNG24. It can re-size images to an exact given width and height and still maintain aspect ratio.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-06 03:10 Retour à la liste release
2.1

Un bug lorsque la méthode de rotation ne fonctionnait pas correctement sur les PNG transparents / images GIF a été fixé. Le traitement global des images transparentes a été améliorée. Le "flip_both" méthode a été ajoutée, qui retourne une image à la fois verticalement et horizontalement. Le code pour les méthodes et flip_horizontal flip_vertical a été réécrit. Un exemple plus explicite a été ajouté.
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. The “flip_both” method was added, which flips an image both vertically and horizontally. The code for the flip_horizontal and flip_vertical methods was rewritten. A more explicit example was added.

Project Resources