DevShed continues their series looking at the use of the graphics functionality in PHP, GD, with part three - a focus on more of the associated functions.
In this third article of the series I'll show you how to take advantage of a few more handy functions integrated with this library. These function will help you perform some basic drawing operations on a specified image stream.
They look at five new functions: imagearc, imagechar/imagecharup and imageellipse/imagefilledellipse with code examples for each.