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]