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!
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
One would think that pulling binary data from a DB using the function
imageCreateFromString would allow you to output that string to any format. (GIF JPEG
PNG) or whatever is supported by your version of GD.
But this code flakes out and creates no image if it reads from a binary file made by a
3 matches
Mail list logo