[nycphp-talk] Gif -> Png or Jpeg
putamare
jeffknight at mac.com
Fri Jun 25 13:48:54 EDT 2004
It all depends on what libraries you have installed. Many installations
of the gd library include gif read support.
What is the output of
<?PHP print_r(gd_info()); ?>
on your sever?
The patent that prevents the inclusion of gif support only applies to
the use of LZW compression when writing a gif, so in general, read
support is not a problem. Also check out libungif
http://sourceforge.net/projects/libungif
which saves gifs w/o compression avoiding patent issues. Also note that
the worldwide patent expires on July 7, 2004, so things might turn
around after then.
On Jun 25, 2004, at 12:57 PM, Kshitij Bedi wrote:
> Any Ideas on converting Gif to Png or Jpeg using PHP GD?
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
Jeff Knight
putamare not junk at putamare.net
More information about the talk
mailing list