Important notice: the development of WideImage 1.0 branch is discontinued.
Please visit
http://wideimage.sourceforge.net for the new version of library and documentation.
This web site will remain accessible to serve as documentation for the old versions of the library.
For help on migration, please refer
to the
migration
guide.
Limitations
WideImage is meant to be an easy-to use image manipulation library for the most commonly used operations. Its purpose is neither to offer an object-oriented interface to the GD library, nor to cover up for GD's bugs and lack of certain features.
Currently not supported, but may change
- Special API for drawing (shapes, lines). WideImage supports drawing through WideImage_Canvas class with mappings to image* functions available in GD2.
- Advanced text features. WideImage supports basic text rendering.
- Advanced support for GIF animations. WideImage supports GIFs as much as GD2 extension does.
You can still write your own code or use another library to manipulate images through the wiImage::getHandle() method, which returns the php image resource.
There are no comments on this page. [Add comment]