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.
Requirements
PHP
* Minimum: 5.1
*
Will require PHP 5.2 from February 5, 2008
*
GD2 extension∞
PHP Settings
No special settings are required, but you should pay attention to
memory_limit∞ and
max_execution_time∞ php.ini directives, because image operations can take up a lot of time and memory (for example, an 800x600 true-color image takes up about
800 * 600 * 4 bytes + overhead ~= 2MB of memory). See also
WideImage's resource handling for details on memory usage.
WideImage is E_ALL+E_STRICT compliant.
CategoryDoc
There are no comments on this page. [Add comment]