Link to home
Start Free TrialLog in
Avatar of linyf
linyf

asked on

How to display animated and transparent GIF image?

I want to know how to display animated and transparent GIF image? Would you please tell me where can I find a C/C++ source code to decode and show GIF image format?
Thank you!
Avatar of vlad_impala
vlad_impala

For information on image formats try this address
http://www.dcs.ed.ac.uk/~mxr/gfx/2d-hi.html

For utilities and code for displaying/decoding Gifs try here
http://www.dcs.ed.ac.uk/~mxr/gfx/utils-hi.html

if you're writing commercial code, don't forget that compuserve expects you to pay for using the lzw algorithm...
Avatar of linyf

ASKER

Thanks!
Avatar of linyf

ASKER

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of mkahlert
mkahlert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial