DevShed has posted part four of their series looking at the creation of graphics in PHP using the GD functionality. They take things a step further from the previous part and show how to create more complex shapes.
They show how to create things like:
- filled images and arcs
- filled polygons
- grabbing information the incoming image (like with the getimagesize function).