Is it possible to convert a gif image to jpg image on the fly using GD Library
Moeed
Image COnversion
Moderator: General Moderators
GD library
It will probably depend on which version of the GD library you are using
Version 1 has support for gif's but version 2 doesn't.
Something about liscenceing the gif compression technology.
I currently using version 2 combinde a jpg with a png and save it as a jpg so I don't see why you couldn't convert images doing something simillar.
phpScott
Version 1 has support for gif's but version 2 doesn't.
Something about liscenceing the gif compression technology.
I currently using version 2 combinde a jpg with a png and save it as a jpg so I don't see why you couldn't convert images doing something simillar.
phpScott