PHP Classes

File: show_image.php

Recommend this page to a friend!
  Classes of Andreas Martens   Image2Thumbnail 0.9   show_image.php   Download  
File: show_image.php
Role: ???
Content type: text/plain
Description: Image outputting file
Class: Image2Thumbnail 0.9
Create image thumbnails from JPG or PNG on the fly
Author: By
Last change:
Date: 22 years ago
Size: 163 bytes
 

Contents

Class file image Download
<?php // Image2Thumbnail - class include("class.img2thumb.inc"); // create new object $neu = new Img2Thumb($filename,$newxsize,$newysize,$fileout); ?>