PHP Classes

File: exemple

Recommend this page to a friend!
  Classes of karim somai   Picture Thumbnail   exemple   Download  
File: exemple
Role: Example script
Content type: text/plain
Description: short exemple
Class: Picture Thumbnail
Create image thumbnails
Author: By
Last change: small exemple to run the script
Date: 14 years ago
Size: 242 bytes
 

Contents

Class file image Download
<?php

require_once("miniature.class.php");
$pic=new Miniature;

$pic->filename=$file;
$pic->filename2="mini_$file";
$pic->maxW=120;
$pic->Text="something here ...";
$pic->SetNewWH();
$pic->MakeNew();
$pic->FinirPImage();

?>