Important notice: this branch was discontinued long ago. A new version is available.
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.
Most recent edit on 2007-07-12 16:33:21 by GasperKozak
Additions:
* Minimum: 5.1
* Will require PHP 5.2 from February 5, 2008
Deletions:
* Minimum: 5.1.2
* Recommended: 5.2+
Edited on 2007-07-01 15:33:17 by GasperKozak [nerdy correction]
Additions:
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.
Deletions:
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 2MB of memory). See also WideImage's resource handling for details on memory usage.
Edited on 2007-07-01 15:31:40 by GasperKozak [updated minimum required php version]
Additions:
* Minimum: 5.1.2
Deletions:
* Minimum: 5.1.0
Edited on 2007-03-03 11:32:34 by GasperKozak
Additions:
CategoryDoc
Edited on 2007-03-02 17:42:28 by GasperKozak
Additions:
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 2MB of memory). See also WideImage's resource handling for details on memory usage.
Deletions:
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, 800x600 true-color image takes up about 2MB of memory). See also WideImage's resource handling for details on memory usage.
Edited on 2007-03-02 17:41:30 by GasperKozak
Additions:
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, 800x600 true-color image takes up about 2MB of memory). See also WideImage's resource handling for details on memory usage.
WideImage is E_ALL+E_STRICT compliant.
Deletions:
WideImage is E_ALL+E_STRICT compliant. 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, 800x600 true-color image takes up about 2MB of memory). See also WideImage's resource handling for details on memory usage.
Edited on 2007-03-02 17:41:14 by GasperKozak
Additions:
* GD2 extension∞
Deletions:
* [http://www.php.net/gd∞ GD2 extension]
Edited on 2007-03-02 16:26:11 by GasperKozak
Additions:
Requirements
Deletions:
= Requirements
=
Edited on 2007-03-02 16:26:03 by GasperKozak
Additions:
= Requirements
=
Deletions:
Requirements
Edited on 2007-03-02 16:25:05 by GasperKozak
Additions:
Requirements
Deletions:
Oldest known version of this page was edited on 2007-03-02 16:23:57 by GasperKozak []
Page view:
PHP
* Minimum: 5.1.0
* Recommended: 5.2+
* [
http://www.php.net/gd∞ GD2 extension]
PHP Settings
WideImage is E_ALL+E_STRICT compliant. 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, 800x600 true-color image takes up about 2MB of memory). See also
WideImage's resource handling for details on memory usage.