All Entries Tagged With: "imagejpeg"
Image Resize Simple class
Here is a sample class file for image resize. imageResize.class Download the FileĀ save it in web root and add .php extension to the fileĀ . How to use ? <?php require_once(‘imageResize.class.php’); // Path to File imagejpeg(imageResize::Resize($fileSavePath,$width,$height),$newFileName); ?> $fileSavePath should be the pathname of source file. Say “uploads/arun.jpg”. $newFileName this should be the source File [...]
R Arun Raj | Sep 11, 2009 | Comments 0



