v1.1.0
* added two workaround-functions (very slow) for the missing resample functions (high-quality resizing) in GD versions < 2.0.
* added new resize-calculation mode.
* little fixes.
---
v1.0.2
* fixed again. i shouldn't make updates at 2:00am
---
v1.0.1
* fixed serveral bugs regarding the GD version detection
---
This class provides an easy to use library to the PHP GD-based image functions.
Features:
* Compatible with PHP >= 4.0.6 and all GD versions
* Many smart and useful resize options
* TTF text generation
* Merging of images with many photoshop-like blend modes
* Save images to disk or output to browser
* Fully documented and written in PEAR coding style |