PHP Classes

File: showImage.php

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

Contents

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