PHP Classes

File: show_image_in_imgtag.php

Recommend this page to a friend!
  Classes of Andreas Martens   Image2Thumbnail 1.0   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.0
Create image thumbnails from JPG or PNG on the fly
Author: By
Last change:
Date: 22 years ago
Size: 178 bytes
 

Contents

Class file image Download
<?php

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

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


?>