Re: [PHP] Image GD Wizardry!

2002-06-26 Thread Dennis Moore
I think GIF support was removed from GD several releases ago due to licensing reasons... /dkm - Original Message - From: "Shane" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 6:48 PM Subject: [PHP] Image GD Wizardry! > One would think that pulling bin

RE: [PHP] Image GD Wizardry!

2002-06-26 Thread Lazor, Ed
It sounds like you're describing the difference between data type and data format. In other words, jpg, bmp, and gif files are all binary data. What makes them unique is the format of that binary data, which is why it's necessary to specify the correct file extension to properly process the file