Is there a PHP image handling class like XMLWriter for RSS or MySQLi_STMT for databases?
| SitePoint Sponsor |


Is there a PHP image handling class like XMLWriter for RSS or MySQLi_STMT for databases?
Let everyday be Christmas
If you have PHP 5.3+, check out Imagine; it's quickly gaining ground to become the goto for image manipulation in PHP.
@AnthonySterling: I'm a PHP developer, a consultant for oopnorth.com and the organiser of @phpne, a PHP User Group covering the North-East of England.



Just looked at Imagine, that seems pretty good and I'll be using it.
If you don't have PHP 5.3 then have a look at the functions here for native extensions for something lighter:
Image Processing and Generation (PHP Manual)
Bookmarks