home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / VGACAP.ZIP / VGACAP50.DOC < prev    next >
Encoding:
Text File  |  1989-05-21  |  12.8 KB  |  331 lines

  1.  
  2.  
  3.  
  4.          VGACAP v5.0 (c) Copr. 1987-89 Lawrence Gozum & Marvin Gozum
  5.          ───────────────────────────────────────────────────────────
  6.  
  7.                                  User Manual
  8.  
  9.  
  10.     DISCLAIMER
  11.  
  12.     This product is distributed AS IS.  The authors specifically disclaim all 
  13.     warranties ,expressed or implied, including ,but not limited to, implied 
  14.     warranties of merchantability and fitness for a particular purpose with 
  15.     respect to defects in the diskette and documentation, and program license 
  16.     granted herein, in particular, and without limiting operation of the 
  17.     program license with respect to any particular application use or 
  18.     purpose.  In no event shall the authors be liable for any loss of profit 
  19.     or any other commercial damage including but not limited to special, 
  20.     incidental, consequential or other damages.
  21.  
  22.  
  23.     LICENSING AGREEMENT
  24.  
  25.     You may use this program on a TRIAL BASIS only; you may freely evaluate 
  26.     the usefulness of this program for 10 DAY TRIAL PERIOD.  Should you find 
  27.     this program useful, you must register it. You may freely distribute 
  28.     copies of this program in its UNMODIFIED state provided you charge $3.50 
  29.     maximum for copying/distribution, in lieu of recognized Users Group 
  30.     guidelines (e.g., issued by Association of Shareware Professionals or New 
  31.     York Amateur Computer Club - PC Blue)
  32.  
  33.  
  34.     WHAT IS VGACAP ?
  35.  
  36.     VGACAP is a resident utility that captures pictures in 320x200x256 
  37.     VGA/MCGA mode, any 640x480x256 SVGA mode or any 800x600x256 SVGA mode 
  38.     (e.g., AST, Dell, Genoa, Orchid, Paradise, Sigma, Tseng, Video7, 
  39.     8514/A).  VGACAP will capture and "Bsave" the 320x200x256 pictures of 
  40.     viewing/painting/graphics/CAD programs; SVGA 640x480x256 and 800x600x256 
  41.     pictures will be saved to a *.RAW file, which are "RAW" pixel dumps.
  42.  
  43.  
  44.     WHAT IS RAW2GIF ?
  45.  
  46.     RAW2GIF is a *.RAW and *.PLT (PaLleTte) to GIF conversion program for use 
  47.     in a batch file (*.BAT) or as an interactive stand-alone program; *.RAW 
  48.     files are 640x480x256 or 800x600x256 screens captured with VGACAP (v5.0). 
  49.     RAW2GIF is designed to integrate itself with VGACAD v1.6 (and up); to 
  50.     convert BLD/PLT files to GIF, use BLD2GIF or VGACAD v1.50 (and up).
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.     REQUIREMENTS
  71.  
  72.     About 512KB of memory is required for RAW2GIF, although it uses about 2/3 
  73.     of that; it, also, requires that the BRUN41.exe runtime module be present 
  74.     in your present path; this is explained later in this manual.  You MUST 
  75.     have a VGA or MCGA adaptor (at least BIOS compatible) present and an 
  76.     analog monitor to use VGACAP and BLD2GIF.  VGACAP uses about 3KB of RAM.  
  77.     To use the 640x480x256 or 800x600x256 capture mode, you MUST have "Super 
  78.     VGA" (SVGA) or an 8514/A video card.
  79.  
  80.  
  81.     HOW TO USE VGACAP
  82.  
  83.     Run VGACAP before entering your painting/CAD or digitized picture 
  84.     viewer.   Press <ALT-F4>, while viewing your picture in any paint/CAD 
  85.     program and the screen and palette will be saved in your default drive 
  86.     and directory.  If you are viewing your picture in MCGA/VGA 320x200x256 
  87.     then it will be "Bsaved".  If you are NOT is MCGA/VGA 320x200x256 mode, 
  88.     then VGACAP will assume you are in 640x480x256 SVGA mode !
  89.  
  90.     <ALT-F4> is the new HOTKEY; this was done since VGACAP v4.0 is 100% BIOS 
  91.     COMPATIBLE; as such, it is as compatible as it can get AND SHOULD capture 
  92.     *ANY* 640x480x256 screen, regardless of the video card you are using.   
  93.     Users of VGACAP v2.0, if you are used to the FAST 320x200x256 grabs of 
  94.     VGACAP v2.0 (included), you can load both versions 2.0 and 4.0 without 
  95.     conflicting HOTKEYS (VGACAP v1.0 - v3.0 uses <ALT-F10>).
  96.  
  97.     The first time you run the program it will save your screen and palette 
  98.     to SCREEN00.BLD and SCREEN00.PLT respectively.  If there is an existing 
  99.     SCREENxx.BLD or SCREENxx.PLT file, then it will increment to the next 
  100.     higher number.  You can use your favorite memory managers to remove this 
  101.     TSR or reboot to release it from memory.
  102.  
  103.     If you are viewing in 640x480x256 SVGA mode or 800x600x256 SVGA mode, 
  104.     then the SCREENxx.BLD file is changed to SCREENxx.RAW; the "Bload" header 
  105.     is not included and a "RAW" contiguous pixel dump is implemented.  If you 
  106.     wish, you can easily design your own utilities to read and process these 
  107.     "RAW" pixel dumps; they are simple contiguous pixel dumps with file sizes 
  108.     of 307,200 bytes (i.e., 640 x 480 = 307,200 pixels) for 640x480x256 SVGA 
  109.     mode and 480,000 bytes for 800x600x256 SVGA mode.  The *.PLT files remain 
  110.     the same.
  111.  
  112.     Note:     When in DOS or using a picture viewer (e.g., PICEM, VPIC, or 
  113.               CSHOW) or application which requires a keypress to continue, it 
  114.               is necessary to hit another key after hitting the 'HOTKEY'.
  115.  
  116.  
  117.     LOADING PICTURES INTO RAW2GIF
  118.  
  119.     If you simple type "RAW2GIF <ret>", then you can select any filename by 
  120.     moving a highlighted bar (with the arrow keys) and pressing the <return> 
  121.     key.  Pressing <Spc> allows you to select a different PATH, while <Esc> 
  122.     exits.  Be sure *.RAW files have a corresponding  *.PLT file or a error 
  123.     message will result.  A *.GIF file is created with the corresponding 
  124.     name.  GIF FILES WITH THE SAME NAME WILL BE OVERWRITTEN ! 
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.     PATHs MUST end with a backslash character "\" or your specified PATH will 
  137.     be rejected (an error beep will result).  The following are legal PATH 
  138.     examples:
  139.  
  140.               "A:\"
  141.               "B:\"
  142.               "C:\GIF\"
  143.               "D:\GIF\VGA\LARGE\"
  144.  
  145.  
  146.     COMMAND LINE AND BATCH FILES
  147.  
  148.     RAW2GIF can be used in a batch (*.BAT) file for multiple conversions.  
  149.     Simply type "RAW2GIF [filename] " with no extension (path optional) for 
  150.     every file you want to convert in your *.BAT file;  you can also use this 
  151.     method if you want to convert a specific RAW/PLT file from DOS.
  152.  
  153.          Examples:   RAW2GIF screen00
  154.                      RAW2GIF \capture\vga\screen99
  155.  
  156.     RAW2GIF will automatically search for the *.RAW and *.PLT file.  If no 
  157.     picture is found or a *.RAW file is encountered with no matching *.PLT 
  158.     file, then an error will result; both the matching *.RAW and *.PLT files 
  159.     must be in the same drive/directory or default drive/directory.
  160.  
  161.  
  162.     The Chained VGACAD Environment
  163.  
  164.     In VGACAP50.ZIP (or .ARC) file is a file called BRUN41.exe, which is a 
  165.     runtime module distributed under licence with Microsoft; it can be 
  166.     distributed and used ONLY in connection with this program.  You can place 
  167.     it in any drive/directory as long as your PATH has access to it.
  168.  
  169.     VGACAD v1.6 and up integrates RAW2GIF; it is actually a module of VGACAD 
  170.     (v1.6 and up).  The advantage of using the BRUN41.exe is an integrated 
  171.     system of utilities and "sub-programs".  New releases will be modified to 
  172.     support the "chained environment", with VGACAD as the integrator.  Only 
  173.     one copy of BRUN41.exe is required.
  174.  
  175.  
  176.     USING SVGA SCREEN GRABS IN VGACAD (v1.6 and up)
  177.  
  178.     If you capture a 640x480x256 or 800x600x256 screen for direct editing in 
  179.     VGACAD then: 
  180.  
  181.     (1)  from the VSCRN Menu, create a blank 640x480 or 800x600 Virtual 
  182.          Screen (whichever corresponds to captured screen);
  183.     (2)  exit VGACAD and DO NOT DELETE the TEMP files;
  184.     (3)  overwrite TEMP.RAW and TEMP.PLT with the selected SCREENxx.RAW and 
  185.          SCREENxx.PLT files; for example, at DOS prompt type
  186.  
  187.                         "COPY screen00.* temp.*" <ret>
  188.  
  189.     (4)  run VGACAD and load TEMP.PLT at the Files Menu;
  190.     (5)  click the VSCRN box; at the VSCRN Menu, click iSCR vDSK then OK; you 
  191.          see the captured 640x480x256 or 800x600x256 image as the new Virtual 
  192.          Screen.
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.     REGISTRATION
  203.  
  204.     BONUS:    Registered users with any REGISTER.OVL file are registered for 
  205.               VGACAP v5.0; copy your REGISTER.OVL file into the directory of 
  206.               RAW2GIF and it will operate as a registered version.
  207.  
  208.     VGACAD v1.60 (and up) and ancillary applications costs $27.95 USD 
  209.     (outside of USA/Canada add $15.00 USD for handling).  Registered users 
  210.     receive RAW2GIF updates as part of VGACAD's (v1.60 and up) chained 
  211.     environment and can run as a stand-alone application without VGACAD; 
  212.     registered users will get updated versions of RAW2GIF with VGACAD 
  213.     updates.  All new/updated utilities/applications will follow this format 
  214.     in an integrated environment. The following programs listed below are 
  215.     provided (latest copy or update) to registered users.
  216.  
  217.     GIFPUB - converts 256 color GIFs to B&W images of varying sizes for 
  218.     desktop publishing/printing as .PCX (ZSoft format for Ventura Desk Top 
  219.     Publisher, First Publisher, Publisher's Paintbrush, PC  Paintbrush+) or 
  220.     rename files to .PCC for importing in Aldus Pagemaker.
  221.  
  222.     GIFDOT - converts 256 color GIFs to B&W images of varying sizes for 
  223.     printing on IBM and Epson compatible printers (separate drivers).  
  224.     Several print sizes with perfect aspect ratios.  Variable Brightness and 
  225.     Contrast Stretching. Single or Double pass printing.  Histogram Analysis.
  226.  
  227.     SQZGIF - converts LARGE GIF pictures (up to 2048x2048x256) to 320x200x256 
  228.     using interpolation and "color averaging" techniques to blend/smooth 
  229.     "jaggies" inherent in reducing LARGE GIFS while retaining a maximum of 
  230.     color information; outputs directly to GIFPUB, GIFDOT, VGACAD, MVGAVU, 
  231.     VGA2CGA or VGA2EGA.
  232.  
  233.     MAC2GIF - converts .MAC ("readmac") pictures to 5-16 grey shades or color 
  234.     and saves results as .GIF or BLD/PLT file.
  235.  
  236.     EGA2VGA - converts GIFs (16 colors and below) or ANY VIEWABLE 2-16 color 
  237.     EGA/EEGA picture to 320x200x256; creates 256 new colors; outputs directly 
  238.     to GIFPUB, GIFDOT, VGACAD, MVGAVU, VGA2CGA or VGA2EGA.
  239.  
  240.     VGA2CGA - converts 256 color GIFs to CGA!  Uses an unsupported 160x100x16 
  241.     mode with up to "405" colors.   Includes special "CGX" viewer.
  242.  
  243.     VGA2EGA - Conversion program for displaying 256 color pictures on 
  244.     EGA-bound systems.  Features extensive control of RGBCMY color, contrast, 
  245.     dithering levels.  Variable Sizing.  Extended EGA support. Saves to GIF.  
  246.     Optional PCX save to 4 RGBI planes for Desktop Color Separation.
  247.  
  248.     VGACAD - extensive paint/image processing program (smoothing, noise 
  249.     removal, shading, contrast stretching, edge detection, boosting, ...), 
  250.     REAL AIRBRUSHES, multi-featured Cut&Paste, variable sizing, multi- 
  251.     directional 256-color gradient fills/16x16 pattern fills, MORE !
  252.  
  253.     MVGAVU - GIF and BLD/PLT viewer featuring a 320x400x256 and 360x480x256 
  254.     mode for use on regular VGA cards !  "Super VGA" (SVGA) viewing.  SVGA 
  255.     hardware optimization.  Auto/Manual aspect ratio correction.  Batch 
  256.     viewing option for presentations.   User-definable video modes up to 
  257.     2KBx2KBx256.  Full screen viewing.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.     Whats next ?
  269.  
  270.     SYNPCX is utility to convert dithered, monochrome .PCX (Zsoft) files to 
  271.     smooth grey shades.  This utility is primarily designed to convert 
  272.     scanned (e.g., Logitech & DFI hand scanners) Black & White images, saved 
  273.     to a .PCX file, for use and image processing with VGACAD, redithering 
  274.     with GIFPUB, printing with GIFDOT, or EGA conversion with VGA2EGA.
  275.  
  276.     We are also, developing VGASHW (a 256-color presentation system), VGACBT 
  277.     (the PROGRAMMABLE Computer-Based Training counterpart of VGASHW) AND 
  278.     MANNEQUIN (what "Weird Science" tried to do in the movie it will do on 
  279.     the computer screen with potential applications for Advertising and 
  280.     Fashion Design, aside from creating your own artistic nudes).
  281.  
  282.     If you support maverick authors like us, we will continue to develop 
  283.     innovative products like nothing seen commercially - otherwise they will, 
  284.     as many (sigh!) good Shareware programs, simply "DIE" from lack of 
  285.     support !  Compare the cost/benefit ratio of our products with commercial 
  286.     products; we want to continue supporting and developing these products.  
  287.     Please support the User-Supported  (Shareware) concept; you, and you 
  288.     alone, determine whether it will be worthwhile to continue developing.
  289.  
  290.     To register, send in the registration form and check payable to
  291.  
  292.                              Dr. Marvin Gozum
  293.                       2 Independence Place Apt. 303-2
  294.                             6th & Locust Street
  295.                           Philadelphia, PA 19106
  296.  
  297.  
  298.     NEW!      3.5" disk users:  We are now supporting this format.
  299.               If you want your updates in this format, add $10.00.
  300.  
  301.  
  302.     ───────────────────────────────────────────────────────
  303.     Graphics Interchange Format and GIF are trademarks (tm)
  304.     of CompuServe Inc. an H&R Block Company. 
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.