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 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: 2002-08-27 09:31
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);


?>