Differences

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

Post Reply
sandy1028
Forum Commoner
Posts: 60
Joined: Thu Jul 26, 2007 3:56 am

Differences

Post by sandy1028 »

Hi,

What is the difference between JPgraph and gdlib.

Which one is best to be used.
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

Re: Differences

Post by jeffery »

sandy1028 wrote:Hi,

What is the difference between JPgraph and gdlib.

Which one is best to be used.
JPgraph is a PHP library which utilises the php-gd library functions to create pretty graphs. You can use the GD library functions to build your own image graphs, charts etc.. but JPgraph makes it simpler for you as all the hard-work is done for you :)
Post Reply