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

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

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

Post by Guest » Tue Jul 13, 2004 6:38 am

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?

Guest

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

Post by Guest » Tue Jul 13, 2004 8:13 am

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.

spuki
Newbie
Posts:4
Joined:Sat May 29, 2004 11:28 pm

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

Post by spuki » Fri Jul 30, 2004 3:31 pm

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.

Post Reply