PDS/GIF

 BBS: Inland Empire Archive
Date: 05-05-92 (19:04)             Number: 168
From: SCOTT DRYSDALE               Refer#: NONE
  To: SEAN PAGE                     Recvd: NO  
Subj: PDS/GIF                        Conf: (2) Quik_Bas
Hi, Boy can I solve your problem!!!

You said:

 SP> Does anyone know of a freeware/PD routine to read a
 SP> 320x200x256 GIF and display it to the screen using
 SP> QuickBASIC of MS-PDS?  Or better still...  does anyone
 SP> know how to display a 320x200x256 picture on the screen
 SP> and capture it into a BSAVE file?  I find it's alot
 SP> easier to draw the pix for my progams on another
 SP> program and import them than to have QB draw it line by
 SP> line.   UNfortunatel, up till now, I've worked solely

  Yep, GET the file called GIFREAD (it's complete readable
Qb SOURCE that loads
  the actuall GIF file with palette!) You can find it at ANY of the QB point
  nodes... or freq it.  There is a faster loading source available but I think
  you should get this first, then the faster one.  As for BSAVE try:

SCREEN 13
Dographics:
SaveVGA:
        DEF SEG = &HA000
        BSAVE "Filename.bld", 0, 65535
CLS
LoadVGA:
        DEF SEG = &HA000
        BLOAD "filename.bld"

   Where "Dographics" is the GIFREAD, if loading .BLD files that don't have
   the palette the same as the QB defualt you have to save the palette to a
   separate file... Using gifread you can figure out how it's done.  VGA!!!


--- Maximus 2.01wb
 * Origin: The BULLpen BBS * Intel 14.4EX (613)549-5168 (1:249/140)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET