Page 1 of 1

Image COnversion

Posted: Mon Aug 25, 2003 5:45 am
by moeed
Is it possible to convert a gif image to jpg image on the fly using GD Library

Moeed

Posted: Mon Aug 25, 2003 2:55 pm
by BDKR
Why is this a sticky?

Anyways, what does the manual say? Another option if GD isn't capable of it is to try something like image magik. Use the PHP system commands.

That aughta' fix 'ya!

Cheers,
BDKR

GD library

Posted: Mon Aug 25, 2003 3:25 pm
by phpScott
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