Feb 04, 2009 Author: GDchart-Master
Just in case you missed installing the GD library when you were setting up PHP, I'll quickly go over it again. I will also show you a great little chunk of code that you can use to load the library dynamically.…
Feb 04, 2009 Author: Developer
GD is a C graphics library that allows you to create and manipulate .jpegs, .pngs, and.wbmps. What's that you say? No support for .gifs? That is correct. There used to be a GD library out there at one…
Jan 09, 2009 Author: Developer
Create Bar chart with PHP and GD
Its very easy i will show you in few steps
You must have installed GD and enable it
PHP GD How to center a text on an image using GD
Dec 10, 2008 Author: christina
This is a snippet which centers a text on an image using the GD Library.
First, we create the image using the ImageCreate() function. Here we set the width & height. Dynamically Creating Graphs and Charts with PHP and GDChart
Sep 23, 2008 Author: vvaswani
Friday Night Fever If you've been working with PHP for a while, you already know that the language makes dynamic image generation very simple: the GD extension and a few lines of PHP code are all you…

