Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Drawing Functions and the GD Library in PHP
Aug 21, 2007 @ 19:32:00

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.

tagged: gd graphics library drawing function tutorial gd graphics library drawing function tutorial

Link:


Trending Topics: