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