Kaizhi Image library
Kaizhi is an advanced image manipulation library for PHP using the GD extension. It will be published here shortly.
Features
- Several methods of resizing, cropping, cutting, flipping, trimming, rotation
- Format conversion
- Custom Backgrounds
- Transparency among many layers including several blending methods
- Adding shapes, polygons, boxes, texts, ..
- Convenience methods for thumbnailing and captchas
- Adding borders and frames to images and layers
- Watermarking
- Custom creation of gif animations
- Effects like gaussian blur, invert color, color replacement, emboss, brightness, contrast, ..
- Image quality improvement


I am getting an error witht the sources var on google_analytics_source.php, line 187
foreach...
Hi Felix, I always read your blog. The fun things is that you work with the two things I love a...
The line: < ?php echo ($num % 2) ? 'row-a': 'row-b'; ?>">
Could be :
if($num ++ >0){...
Information hiding is one of the cornerstones of OOP. Without private/protected modifiers ......
This discussion has been going on for a bit, but I feel I just have to add my 2 pennies to...