**************************************************************************
* DOCUMENTATION clsImage (filename: class.image.documentation.txt)
*
* This file contains the documentation for the PHP class clsImage
*
* clsImage (PHP4|PHP5) (UNIX|WINDOWS)
*
* this is an image manipulation class for PHP4 and PHP5 with the Zend
* engine based on the GD Library. supported imagetypes: [jpg | gif | png]
CONGIG
Configure the parameters in the file class.image.config.<version>.php.
Change the image-basepaths and font-path for your host environment,
include the right class-file in your code. Include path-locations in the
classfile can be changed.
DOWNLOAD
http://www.zutz.nl/phpclasses/download.class.php?class=clsimage
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
PACKAGE
type: environment: filename:
class PHP5 class.image.php5.php
PHP4 class.image.php4.php
config PHP4/PHP5/WIN class.image.config.win.php
PHP4/PHP5/UNIX class.image.config.unix.php
examples PHP5/WINDOWS class.image.example.php5.php
PHP4/WINDOWS class.image.example.php4.php
interface PHP5 class.image.interface.php
documentation class.image.documentation.html
releasenotes class.image.release.txt
MORE PHP CLASSES CAN BE FOUND AT http://www.zutz.nl/phpclasses
LICENSE
Public domain (FREEWARE) (http://www.gnu.org/philosophy/categories.html)
REQUIREMENTS
operating system
- Windows 2000/2003/XP or UNIX/Linux
webserver
- Apache or Windows IIS
host environment
- GD library (http://www.boutell.com/gd/)
- PHP4 & PHP5 (http://www.php.net/)
- Zend engine (http://www.zend.com/zend/download-php.php)
DEVELOPMENT
author Ronald Zötsch
company ZUTZ Automatisering
contact email ronald . zotsch (at) zutz . nl
internet http://www.zutz.nl
msn rzeus (at) hotmail . com
HISTORY
- version 1.0 09.12.2004 by Ronald Zotsch - first release
TODO
-
TESTING
- test on windows host environment with php5/zend/gd (DONE) (DEVELOPMENT)
- test on linux host environment with php4/zend/gd (DONE)
|