WideImage
WideImage is an object-oriented library for image manipulation. It requires PHP 5.2+ with GD2 extension. The library provides a simple way to loading, manipulating and saving images in the most common image formats.
Here’s a quick glance at how easy it is:
-
WideImage::load('big.png')->resize(50, 30)->saveToFile('small.jpg');
-
WideImage::load('pic.jpg')->crop('center', 'center', 90, 50)->output('png');
See examples and documentation for more, or go directly to downloads.
Other WideImage project resources
- project page at SourceForge.net (tracker, download, svn, …),
- Ohloh profile,
- related entries on my blog (thoughts and details).


