PHP Classes

File: show_image_in_imgtag.php

Recommend this page to a friend!
  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: 21 years ago
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);

?>