<?php require_once('../gd2imaging.php'); $image = new Image('bird.png'); $image->setHue(180); $image->show();
info at phpclasses dot org