Clear (); $p->DrawEllipse (new Ellipse (25, 25, 40, 40), new Colour (255, 0, 0)); header ("Content-type: image/png"); imagepng ($p->GetImage ()); ?>