Page 1 of 1

animated gif9?

Posted: Wed Dec 31, 2008 6:02 pm
by iamdenteddisk
is there a file format to view an gif9 animation in qb?

what I would like to do is use the animations for a background in a game I got the bmp viewers but haven found a gif viewer to work yet..

Posted: Wed Dec 31, 2008 6:42 pm
by burger2227
Best bet is to convert GIF images to bitmaps. See the GIFsplitter program download here:

http://www.qbasicstation.com/index.php? ... &filecat=2

Scroll down and try it. It creates a number of BMP images from animated GIF files. If the image is small enough, you can GET all of them into one Graphic array and BSAVE all of them at once. Index the color settings to the front of the array as they will probably change the default QB color settings.

Ted

thanks

Posted: Thu Jan 01, 2009 11:44 pm
by iamdenteddisk
I did download the file though I make the Gifs from bmp's so I guess it is just as good to use the bmp's but I got the program any how you just never know when it might be usefull

qbasic source

Posted: Sat Jan 03, 2009 4:07 am
by Kiyotewolf
If you look carefully, you will find a link to a program in QB that does the decoding. You should be able to insert a wait-routine to nab the different frames if you decode how the thing works.

http://www.geocities.com/antonigual/qbasic.html#viewers

http://www.geocities.com/antonigual/qbs ... igif99.zip

The second link there is the actual ZIP downloader of the program.

I actually posted the first link as a designation of who coded, (or uploaded it?), it.

Kiyote!

ty

Posted: Sat Jan 03, 2009 5:27 pm
by iamdenteddisk
thanks man realy!