PHP Classes

File: testImagePath.php

Recommend this page to a friend!
  Classes of dipesh j. rabadiya   genNewImages   testImagePath.php   Download  
File: testImagePath.php
Role: Example script
Content type: text/plain
Description: example to regenerate and store
Class: genNewImages
Created resized images
Author: By
Last change: directory name removed
Date: 16 years ago
Size: 167 bytes
 

Contents

Class file image Download
<?php
include('genNewImages.php');
$imgs = new genNewImages(40,40,'test.jpg','test1','jpg');
$imgs->setDestination('images');
$imgs->generateImage('test.jpg');
?>