home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / GRAFIK / TOOLS / VGACAP / README.1ST < prev    next >
Text File  |  1993-12-01  |  8KB  |  185 lines

  1. VGACAP v7.7 Copyright 1987-91 Lawrence & Marvin Gozum, MD.
  2.  
  3. VGACAP captures MCGA/VGA 320x200x256 or SVGA 640x480x256, 800x600x256
  4. and 1024x768x256 screens.  VGACAP74.ZIP includes VGAFIL to convert 256-color
  5. 320x200, 640x480, 800x600 or 1024x768 grabs to GIF, PCX, BMP (Windows 3.0)
  6. and TGA (Targa 16), as well as hardcode VGACAP for FAST, SVGA SCREEN GRABS.
  7.  
  8. VGACAP now supports fast VGA/SVGA captures for 640x480x16, 800x600x16
  9. and 1024x768x16 !!!
  10.  
  11. You can also view VGACAP and VGAFIL as a generic conversion utility since
  12. almost any MCGA/VGA/SVGA image from (320x200 to 1024x768) that can be
  13. viewed, can be converted to GIF, PCX, BMP or TGA format !
  14.  
  15.  
  16. VGACAP77.ZIP MUST INCLUDE
  17.  
  18. README  .1ST    This doc.
  19. VGACAP  .COM    TSR Capture Utility
  20. VGACAP  .DOC    User Manual
  21. VGAFIL  .DOC    GIF/PCX/BMP/TGA encoder
  22. BRUN41  .EXE    Runtime Module
  23. Update v7.7     * BUGFIX: Total overhaul of 1024x768x256 grab routines.
  24.  
  25.         * BUGFIX: Trident bank switching code modified to force
  26.           64KB paging with single page mapping.
  27.  
  28.         * VGAFIL v2.7 now encodes BMP files via a special color
  29.           reduction and remapping routine to virtually eliminate
  30.           "hotspots" when BMP images are remapped by Windows 3.x;
  31.           resulting in FASTER LOADS too !
  32.  
  33.         * VGAFIL v2.7 cosmetic overhaul (similar to MVGAVU).
  34.  
  35.         * VGAFIL v2.7 now incorporates faster PCX encoding.
  36.  
  37.         * VGAFIL v2.7 BUGFIX: missing right column of pixels with odd
  38.           image PCX sizes; corrected.
  39.  
  40.         * VGAFIL (v2.7) BUGFIX: "0" lenght PCX, BMP and TGA files
  41.           did not trigger the right error code (ie., unsupported
  42.           image dimensions); corrected.
  43.  
  44.  
  45. Update v7.6     * BUGFIX: C&T 1024x768x16 and 1024x768x256 bank switching
  46.           code code got exchanged, thereby messing up each other;
  47.           corrected.
  48.  
  49.         * BUGFIX: Video7 1024x768x16 and 1024x768x256 bank switching
  50.           code code got exchanged, thereby messing up each other;
  51.           corrected.
  52.  
  53. Update v7.5     * BUGFIX: Trident SVGA bank routines were still flawed
  54.           (we tried to accomodate the rare BR version of the
  55.           TVGA chip), resulting in erroneous bank switching;
  56.           corrected by restoring the standard 64KB TVGA 8800/8900
  57.           banking code. <damn those BRs!>
  58.  
  59.         * Added a new 'Trident' SVGA bank switching mode labelled
  60.           'Zymos'; this is essentially similar to Trident 8800/8900
  61.           chipset BUT with similar WRITE/READ bank switching
  62.           routines.
  63.  
  64.         * VGAFIL (v2.5) customization menu updated to accomodate
  65.           'Zymos' setting.
  66.  
  67.         * BUGFIX: Video7 1024x768x16 grabs required a different
  68.           bank switching routine; added 16-color bank switching code.
  69.  
  70.         * BUGFIX: C&T 452/453 1024x768x16 grabs required a different
  71.           bank switching routine; added 16-color bank switching code.
  72.  
  73.  
  74. Update v7.4     * Added FAST SVGA 1024x768x256 capture funtionality.
  75.  
  76.         * Added FAST SVGA 1024x768x16 capture funtionality.
  77.  
  78.         * Added FAST SVGA 800x600x16 capture funtionality.
  79.  
  80.         * BUGFIX: SVGA C&T 452 and 453 bank routines were flawed;
  81.           corrected.
  82.  
  83.         * VGAFIL (v2.4) now avoids sign-on screen if REGISTER.OVL
  84.           is detected and verified; saves you a keystroke.
  85.  
  86. Update v7.3     * BUGFIX: When VGACAP is loaded and one or more files are
  87.           saved, subsequent reloading of VGACAP would be accepted
  88.           (ie., two or more VGACAP resident files would be
  89.           permitted); corrected.
  90.  
  91.         * Added Ahead-B chipset support (VGA Wizard).
  92.  
  93.         * VGAFIL (v2.3) MAJOR BUGFIX: Some combinations of DOS and
  94.           environment variables resulted in "0" lenght PCX, BMP and
  95.           TGA files (something to do with too many or conflicting
  96.           DOS file handles); corrected!
  97.  
  98.         * VGAFIL (v2.3) FASTER PCX encoding.
  99.  
  100. Update v7.2     * FAST VGA 640x480x16 grabs
  101.  
  102.           - Automatically detects VGA 640x480x16 mode and
  103.             jumps to appropriate routine.
  104.  
  105.           - Works in BIOS or ANY SVGA hardcoded setting.
  106.  
  107.         * VGAFIL (v2.2) - adds "-H" option for "hex" (ie., 16-color
  108.           GIF encoding.  No need to rename files to NYBLSCRN.*
  109.           anymore; now you encode as many as you want in one
  110.           sitting without getting out of VGAFIL.
  111.  
  112.         * BUGFIX: Trident 8800/8900 and Zymos routines for fast
  113.           SVGA grabs were flawed; corrected.
  114.  
  115.  
  116. Update v7.1     * BUGFIX: GVGA code was "misplaced"; corrected.
  117.  
  118.                 * BUGFIX: Tseng 4000 was in write bank only; this has been
  119.                   modified for READ and WRITE bank operations.
  120.  
  121.                 * VGAFIL (v2.1) - adds "-C" to configuration option to
  122.                   maintain common interface with MVGAVU and other utils
  123.                   we will release.
  124.  
  125. Update v7.0     * VGAFIL (v2.0) now supports Targa 16 (uncompressed TGA)
  126.                   format for those who want to edit/modify SVGA screen grabs
  127.                   with XGA, Hercules Graphics Station, Targa and other cards
  128.                   that support 32KB, 64KB, or 1.6MB colors !
  129.  
  130.                 * BUGFIX: When VGAFIL was used in COMMAND LINE mode and the
  131.                   RAW files were not located in the default directory or
  132.                   drive, "0 x 0" images were encoded and subsequent system
  133.                   "hang" resulted.  This has been corrected <whew!>.
  134.  
  135.                 * SVGA 640x480x256 and 800x600x256 hard-coded for DIRECT
  136.                   memory/bank access; captures in about 2-3 seconds (based
  137.                   on SX with 28 ms. hard disk).  The following SVGA chipsets
  138.                   are supported and can be configured with VGAFIL.
  139.  
  140.                   ATI 18800/28800 --- VGA Wonder, Tatung, Altec, Gateway,
  141.                       TeleMart, TriStar, PC Craft...
  142.           Tseng 4000 -------- STB 4000, Orchid Pro II, Speedstar
  143.                       Boca, Everex VRAM, Legend...
  144.                   Tseng 3000 -------- STB, Sigma, Orchid, Willow,
  145.                                       Genoa 5x00, Tecmar VGA/AD,...
  146.                   Paradise ---------- AST, ARC, AT&T, CompuAdd, Compaq,
  147.                                       old Dell, DEC, Epson, NCR, Olivetti,
  148.                                       Tandy, Toshiba...
  149.                   Video7 v1-4 ------- new Dell, Video7 FW, Video7 VRAM ...
  150.                   Video7/Headlands -- Video7 1024i
  151.                   Genoa GVGA -------- Genoa 6100,6200,6300,6400,6600
  152.                   C&T 452/453 ------- Cardinal, Data General...
  153.                   Trident 8800/8900 - Imtec, Logix, Maxon, Prism, HiRes...
  154.                   Zymos TVGA 88/8900- Imtec, Logix, Maxon, Prism, HiRes...
  155.                   Everex EV678 ------ Everex Viewpoint
  156.                   Oak --------------- (no examples)
  157.                   BIOS -------------- (100% BIOS pixel read & palette usage)
  158.  
  159.                 * Custom Western Digital PVGA (Paradise) support for WD90C01,
  160.                   WD90C10 and WD90C11 chipsets; forces single bank select
  161.                   just in case you capture while viewing with a program that
  162.                   uses the dual bank switching mode or new 800x600x256 mode
  163.                   supported by WD90C11 chip.
  164.  
  165.                 * Genoa GVGA 6100, 6200, 6300, 6400, 6600 chipset support.
  166.                   These cards are radically different from the 5x00 series.
  167.  
  168.                 * Headlands/V7VGA4 (Video7 Version 5 chipset) support added
  169.                   for those with Video7 1024i SVGA cards (or clones, if any).
  170.  
  171.                 * Video7/V7VGA (Version 1 to 4) chipset support modified for
  172.                   increased compatibility, read/write operations and speed.
  173.  
  174.                 * New Trident TVGA 8800/8900 chipset support. Forces 64KB
  175.                   bank switching mode and adjusts for the weird bank
  176.                   numbering scheme.  Customized for read bank operations.
  177.  
  178.                 * Optional Zymos/Trident TVGA 8900 chipset support using a
  179.                   linear/normalized 64KB bank switching scheme (just in case
  180.                   some chipsets fix/normalize the weird bank numbering
  181.                   scheme).  Customized for read bank operations.
  182.  
  183.                 * New Chips & Technologies support for 452/453 versions.
  184.  
  185.