PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Alessandro Coscia   Smart Image   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: Smart Image
Resize and add watermarks to images
Author: By
Last change:
Date: 17 years ago
Size: 832 bytes
 

Contents

Class file image Download
//==================================================// SmartImage php class http://www.codicefacile.it/smartimage/ Author: Alessandro Coscia, Milano, Italy, php_staff@yahoo.it LGPL, Please, read licence.txt Please, if you use this class send me your url at php_staff@yahoo.it //==================================================// TUTORIAL: For some examples of how to use SmartImage open sample01.php and sample02.php //==================================================// Requirements: PHP >=4.0.1 or PHP >=5 GD1 or GD2 //==================================================// Installation: 1. Extract the zip file containing the class 2. Upload all files 3. CHMOD the destination folder (newimages/) to 777 4. open sample01.php with a browser and check "newimages" for results! DONE!!!