Dec 242017
 
Allows capturing VGA screens, and converting them to GIF files.
File VGA2GIF.ZIP from The Programmer’s Corner in
Category Display Utilities
Allows capturing VGA screens, and converting them to GIF files.
File Name File Size Zip Size Zip Type
SCR2GIF.EXE 12751 7832 deflated
VGA2GIF.DOC 2793 1326 deflated
VGACAP.COM 1585 676 deflated

Download File VGA2GIF.ZIP Here

Contents of the VGA2GIF.DOC file




Capture VGA screens to .GIF files

(C)1988 Laurie and Bill Fleisher

4680 Carrick SE
Kentwood, MI 49508
(616)531-2776


This program consists of two modules. The first on, VGACAP, is a
TSR (memory resident program) which captures the 320x200x256 (mode
13H) screen and palette to a disk file. The second module,
SCR2GIF.EXE, converts this file into a .GIF file, which can be
displayed with programs like PICEM by or VGAGIF by . The reason
for the split modules is to keep the size of the memory resident
program small. This prevents competition for memory space with
your graphics editor of display program. Some of these programs
tend to be memory hogs when displaying mode 13H. The VGACAP uses
only 2k of memory. This should not interfere with memory usage very
much.

To install the capture program, simply type VGACAP. It will check
your video adapter, and install itself if it finds a compatible
adapter. Otherwise it simply aborts. In order to invoke it,
display the image you want to capture. Then press ALT and C at the
same time. After a few seconds of disk activity, a BEEP will sound
to indicate a successful capture. VGACAP will check video modes
to see of 320x200x256 mode is active. If not, it will exit without
capture.

The file created will have a name of VGA-xxx.SCR, where xxx is a
three digit decimal number. The program checks the directory, and
will use the lowest number not already in use. You can write 999
files to a directory this way (if you don't run out of disk space).
If you delete any .SCR files, VGACAP will fill the blank spaces on
the next capture before adding to the end of the list.

Each file consists simply of a 768 byte area containing palette
data (256x3), followed by 64000 bytes of screen dump. The total
size is therfore 64768 bytes.

It is recommended you rename the files to something descriptive
when you return to DOS unless you are going to convert them
immediately.

The SCR2GIF file is very simple to use. At the DOS prompt, you can
type:

SCR2GIF or
SCR2GIF inputfilename or
SCR2GIF inputfilename outputfilename

Don't type the. In any case, the program will request whatever
information it requires. If the output file exists already, you
will be asked if you want to overwrite it.
We may provide a similar package for other screen modes if people
are interested and if no one else provides one first. If you like
the program or find it useful, you don't have to send money,
although it might be nice. But at least write and let us know you
like it, don't like it, and let us know we did something usefull.


 December 24, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)