PHP Classes

File: preview.php

Recommend this page to a friend!
  Classes of Alex   Lights GD   preview.php   Download  
File: preview.php
Role: Example script
Content type: text/plain
Description: generate a thumbnail of a window
Class: Lights GD
Render blueprint image of house windows with panes
Author: By
Last change: Update of preview.php
Date: 1 month ago
Size: 228 bytes
 

Contents

Class file image Download
<?php
require './Light_GDClass.php';

require
'./validateForm.php';

// create an object to work with
$thumb = new Light_GDClass($width_r, $Panes[1]['height'], 'preview');

require
'./createPanes.php';

echo
$thumb->output();
?>