Page 1 of 1

need a working code to put .GIF's into Q basic

Posted: Tue Jul 13, 2004 6:38 am
by Guest
I need a code that loads gif files into Qbasic.
if anyone can help that would be great.
and also how do you animate in qbasic?

Re: need a working code to put .GIF's into Q basic

Posted: Tue Jul 13, 2004 8:13 am
by Guest
There are lots of examples of this.
Most are done in screen 13 which makes the picture
real large with less resolution.

I modified the well-known gif routine by Rich Geldreich to print 16 color gifs in screen 12.

Either way it's rather slow.

I'd look at allbasiccode.com or QB45.com for examples
of loading gifs.

Re: need a working code to put .GIF's into Q basic

Posted: Fri Jul 30, 2004 3:31 pm
by spuki
You can also use the shell command and use another program to show your pictures. Check http://amor.rz.hu-berlin.de/~h0444e1w/vokeng.htm.