I need to know what version of GD is needed to support these PHP functions: imagecreate imagecolorallocate imagefill imagejpeg - I know this one needs 1.8, but I'm not sure about the others. Anyone know how to tell? Thank you
You really have to assume that most of those functions have always been in the GD library: I can't imagine that GD would be very useful without imagecreate for example! That is to say, I would assume that those functions would be available in any version of GD.