Page 1 of 1

gif decoder (to BMP(s - frames) and sprite(s))

Posted: Fri Jul 11, 2008 10:05 am
by tsh73
Here is a (JB) program that reads a GIF file and tries to decode it to BMP.
If it has several frames it writes them all.
If there is transparency info it writes it as a sprite, as well.
Well, that how it should work ;)
At least it works with GIF examples attached.

Posted: Sun Jul 20, 2008 4:22 pm
by jeremyhowell
This is a great program. Works great. Thanks for posting this.
Jeremy