Login   Register  
PHP Classes
elePHPant
Icontem

File: sample/save1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hidayet Dogan  >  phpThumbnailer  >  sample/save1.php  >  Download  
File: sample/save1.php
Role: Example script
Content type: text/plain
Description: Sample Script
Class: phpThumbnailer
Create image thumbnails on the fly
Author: By
Last change:
Date: 2005-12-27 01:16
Size: 127 bytes
 

Contents

Class file image Download
<?
include("../class.Thumbnail.php");
$tn_image = new Thumbnail("sample.jpg"0025);
$tn_image->save("tn_sample.jpg");
?>