PHP Classes

File: examples/hue.php

Recommend this page to a friend!
  Classes of Artur Graniszewski   GD2 Imaging   examples/hue.php   Download  
File: examples/hue.php
Role: Example script
Content type: text/plain
Description: Misc file.
Class: GD2 Imaging
Deskew and apply other advanced image effects
Author: By
Last change:
Date: 12 years ago
Size: 117 bytes
 

Contents

Class file image Download
<?php

require_once('../gd2imaging.php');

$image = new Image('bird.png');
$image->setHue(180);
$image->show();