Download
The latest version of the library is 11.02.19, released on February 19th, 2011. See release notes.
Get WideImage via PEAR:
pear channel-discover pear.kozak.si pear install kozak.si/WideImage
Download from SourceForge.net
Select the package that best suits your needs, and download it:
- lib – the library
- full – the library, API documentation, unit tests, demos
- doc – API documentation only
Check out from version control
Browse the repository or check out from SVN.
Requirements
- PHP 5.2 or 5.3 (may work on other versions, but no guarantees and no support for it)
- GD2 extension
Usage
To use the library, you just need to include the WideImage.php. If you installed it through the PEAR channel, your include will most likely look like:
-
include 'WideImage/WideImage.php';
See the documentation to learn more.


