PHP Classes

File: vdeg.php

Recommend this page to a friend!
  Classes of Luis Martinez Ulloa   Vertical Degradé Image   vdeg.php   Download  
File: vdeg.php
Role: Example script
Content type: text/plain
Description: example script using this class
Class: Vertical Degradé Image
Generate image with a color degrade
Author: By
Last change: fit "require" path to work
Date: 12 years ago
Size: 125 bytes
 

Contents

Class file image Download
<?php
require_once 'xzyivdeg.php';

extract($_GET);
$vdeg = new xzyivdeg($start,$stop,$steps);
$vdeg->outputpng();

?>