What is GD?
GD is a standard graphics library that has binding into lots of different languages. A modified version of it is bundled as standard with the binary version of PHP, and it can easily be compiled in to the source release with a flag.
What is phpgd.com?
phpgd.com is a site that collects together many PHP GD scripts and articles. It's affiliated to DevNetwork.
What is GD? What is phpgd.com?
Moderators: onion2k, General Moderators
precisions
the configure for bundled (bug free
) GD is:
"./configure --with-gd" (no path specified)
Windows binaries always use the bundled GD
"./configure --with-gd" (no path specified)
Windows binaries always use the bundled GD