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

General Computer Utilities
Post Reply
tsh73
Posts: 46
Joined: Fri May 04, 2007 12:03 pm

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

Post 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.
Attachments
GIFDecoder101.zip
(14.14 KiB) Downloaded 474 times
jeremyhowell
Posts: 19
Joined: Sun Jun 08, 2008 7:43 pm
Location: New Zealand

Post by jeremyhowell »

This is a great program. Works great. Thanks for posting this.
Jeremy
Post Reply