Current version: PHP IML 0.3
PHP IML or PHP Image Manipulation Library is an easy to use library for your PHP project.
The aim is to provide a PHP class that u can use to manipulate images like you would in Photoshop or The Gimp.
It's written entirely written in PHP, the only thing you need is the GD
extension. You can find out if it is installed or enabled with the phpinfo() command.
The first version of PHP IML was released on 10 december 2009 under GNU LGPL v3
The current version supports the basic image functions like resize, rotate, flip, crop, skew and the standard PHP filter functions,
noise and text functions,
you can find more information in the documentation section.
Error handling is provided for most of the functions and will be extended as the project grows.
The original files where loosely based on this other great PHP library Wideimage.
If you need help you may want tot try the forum.
If you use the PHP IML library you're welcome to email me and i'll put up a link to your site,
off course a link back to this site would also be very appreciated.
All the files of PHP IML and this site are developed by Wezy.