what is gd image and gd2 images? what are the difference between them?

link|improve this question

Where do you see them as being different? – Ignacio Vazquez-Abrams Jun 14 '10 at 6:03
In php.net I saw two functions imagegd2 :- Output GD2 image to browser or file imagegd — Output GD image to browser or file So I asked? – learner Jun 14 '10 at 6:13
feedback

2 Answers

up vote 1 down vote accepted

gd is an old c library, gd2 is the updated one. php uses gd2.

link|improve this answer
feedback

Some version of GD generates only PNG, but recent version can ganerate GIF and PNG. Soon GD will be no longer supported in next version of PHP.

link|improve this answer
"Soon GD will be no longer supported in next version of PHP." please add a reference/link to support this claim? – Jacco Jun 15 '10 at 10:47
Here it is : wiki.php.net/rfc/removal-of-deprecated-features Support for Freetype 1 and GD 1 - See R197385, R197386, R203752 and family commits – Brice Favre Jun 15 '10 at 13:29
GD 1 will no longer be supported. That makes sense. GD2 support will stay. – Jacco Jun 16 '10 at 21:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.