Login   Register  
PHP Classes
elePHPant
Icontem

File: show_image_in_imgtag.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Patrick Teague  >  Image2Thumbnail 1.0a  >  show_image_in_imgtag.php  >  Download  
File: show_image_in_imgtag.php
Role: Example script
Content type: text/plain
Description: test script, creates the image file
Class: Image2Thumbnail 1.0a
Create thumbnails from GIF, JPG, or PNG on the fly
Author: By
Last change:
Date: 2003-03-28 05:21
Size: 296 bytes
 

Contents

Class file image Download
<?php

//    Image2Thumbnail - Klasse einbinden 
include("class.img2thumb.inc");

/*
if( !isset($fileout) )
    $fileout="";
if( !isset($maxsize) )
    $maxsize=0;
*/

//    neues Objekt anlegen
$neu = new Img2Thumb($filename,$newxsize,$newysize,$fileout,$maxsize,$bgred,$bggreen,$bgblue);

?>