Graphics: phpGDImage Mike Leigh (contact me)
This class can be used to draw basic graphics on images.
It uses the PHP GD library functions to create an image with a given size .
The class can render several types of basic graphics on the image like points, lines, rectangles, filled areas and text. The graphics may be rendered with configurable colors, thickness and font parameters.
The generated image may be saved to a given server file in the PNG format or served as the current script output.