Create Graphics the Smart Way with PHP

This article shows how to build an object-oriented graphics layer in PHP. Using object-oriented systems can make building complex graphics much easier than building the graphics using the primitives in the standard PHP library. Plus, you have the option of rendering to any size or type of image you like and the longer-term ability to use the same code to render to different types of media, such as SVG, PDF, Flash, and others.

2 Comments

  1. 2005-11-26 12:45 am
    • 2005-11-26 1:42 pm