home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / vpic16.zip / VPIC.DOC < prev    next >
Text File  |  1989-05-06  |  27KB  |  486 lines

  1. VPIC.EXE ver 1.6 by Bob Montgomery [CIS 73357,3140]          5-4-89
  2. See revision history for new items. Next generation of VGIF; will now support
  3. various paint formats in addition to GIF. Configuration program supplied to
  4. configure VPIC to your extended VGA board. See revision history for latest
  5. additions and bug fixes.
  6.  
  7. IMPORTANT: Requires DOS 2.0 or up to run from current directory, or DOS 3.0 up
  8. to run from anywhere.
  9.  
  10. This is a file viewer for VGA/EGA with the following features:
  11.   *  Menu text color now setable in configuration file.
  12.   *  Escape aborts decodes.
  13.   *  Help while viewing with / or ? key.
  14.   *  Shows filename while decoding.
  15.   *  Allows deleteing a file (with query) while viewing with X key.
  16.   *  Saves/views new 256 color PCX's per PC Paintbrush ver 1.61.
  17.   *  Now does MAC, PCX, and ColorRix viewing, in addition to GIF.
  18.   *  Added configuration option for all VGA boards using Tseng, Paradise,
  19.      Everex, or Video 7 chip sets; see configuring VPIC below.
  20.   *  Added EGA/VGA mode toggle from menu.
  21.   *  Added default resolution set, and mode lock key from menu.
  22.   *  Now allows adjustment of picture color and VGA contrast and brightness.
  23.   *  Saves to GIF, PC Paint/Pictor, ZSoft, ColoRix, Targa, Dr. Halo CUT and
  24.      Deluxe PaintII formats in VGA or EGA.
  25.   *  Now handles up to 500 files.
  26.   *  Very fast GIF decoding.
  27.   *  Menu driven for selecting file(s) to view; returns with cursor at last
  28.      position.
  29.   *  Shows specified files like a slide show.
  30.   *  /R option allows an application program to show a file and regain control.
  31. =============================================================================
  32. Format:
  33. vpic [path\filespec][/e][/r][/c][/w][/?].
  34.      The default path is the current dir, and the default extension is GIF.
  35.      The /e option forces EGA mode, to use extended 16 color modes.
  36.      The /r option returns control to a calling program; see 5 below.
  37.      The /c option gives the current configuration.
  38.      The /w option wait for a keypress after each image in a multi_image file.
  39.      The /? option gives a help screen.
  40.      If filespec is a filename, the single file will be shown.
  41.      If path\filespec is a directory, a menu of all GIF files will appear.
  42.      Options may be entered in any order, except as detailed in 7 below.
  43.  
  44. The options details are:
  45. 1. vpic [path\]filename[.ext] shows the file specified. The default path is the
  46.      current directory, and the default extension is GIF.
  47.  
  48. 2. vpic [path\][filespec] to get a menu of all files in the specified path
  49.      meeting filespec (may contain wildcards). The default path is the current
  50.      directory, and the default filespec is *.GIF; just entering 'vpic' will
  51.      give a menu of all GIF files in the current directory. Shows whether VGA or
  52.      EGA and modes supported in upper left corner. Path may not be . or .. since
  53.      these would be interperted as an extension spec.
  54.  
  55. 3. vpic /@[path\]slidefile[.ext]  to do a slide show from commands in the
  56.      slidefile file. The default path is the current directory, and the default
  57.      extension is SLD. The commands are placed on seperate lines, and consist of
  58.      either a filename (GIF extension assumed) and optional display mode, or a
  59.      delay (viewing time) spec of the form  d n where n is the desired viewing
  60.      time in seconds. The default viewing time is 5 seconds if no delay spec is
  61.      given, and the default viewing mode is whatever would look best. VPIC
  62.      understands comments preceeded by a semicolon, blank or comment lines, and
  63.      extra spaces. For example, the following is file contents are understood by
  64.      VPIC:
  65.  
  66.      file1  1    ;First file in slideshow. Use mode 1.
  67.          file2.pcx         ;This is a ZSoft filename with leading spaces
  68.        ;This is a comment line with leading spaces, next is a blank line.
  69.  
  70.      file3
  71.          d        15 ;Use 15 second delay. Has leading and seperator spaces.
  72.      To end a slide show after the current picture, press any key. Escape ends
  73.      it immediately.
  74.  
  75.      The mode requires a little further explaination. In the above slide file,
  76.      it says to use mode 1 with file1. Modes 1 thru 10 are the VGA (256 color)
  77.      modes, and modes 11 thru 20 are EGA (16 color) modes called out in the
  78.      configuration file. Most display boards only have a few of each type. The
  79.      Orchid Designer has 4 VGA modes and 4 EGA modes in the configuration file.
  80.      The VGA modes are 1. 320x200, 2. 640x350, 3. 640x480, 4. 800x600, and the
  81.      EGA modes are 11. 640x350, 12. 640x480, 13. 800x600, 14. 1024x768. Then,
  82.      the slide file says to show file1 in the 320x200x256 mode, and show all the
  83.      others in the default modes.
  84.  
  85. 4. vpic /r shows the file and then returns to DOS (or a calling application
  86.      program) with the picture still on the screen in EGA/VGA. It is not
  87.      necessary to change video mode between viewing each file, but it is up to
  88.      the calling program to reset text mode (mode 3) after all viewing is done.
  89.  
  90. 5. vpic /e forces and EGA display with VGA to use extended EGA modes.
  91.  
  92. 6. vpic /c prints the current configuration of vpic. You can configure vpic to
  93.    your display board using the VCONFIG program and a text configuration file
  94.    describing your board.
  95.  
  96. 7. vpic /?  gives a help screen.
  97. ==============================================================================
  98. CONFIGURING VPIC
  99.    To configure VPIC, enter
  100.         CVPIC [config_file]
  101.    where the default configuration file is VPIC.CFG, which is for the Orchid
  102.    Designer VGA board with white menu text color. Generally, you will answer
  103.    n to the 1st question and y to the 2nd question.
  104.  
  105.    The default configuration of VPIC is for the Orchid Designer VGA card with
  106.    512K of display memory. If you have just EGA, you should use the EGA.CFG
  107.    file. If you have plain vanilla VGA (modes 10h, 12h, and 13h), use VGA.CFG.
  108.    The meaning of each field is given in display.brd, and the appropriate
  109.    portion of this file can be copied to a configuration file for most boards
  110.    using the Tseng, Paradise, Everex, ATI, or Video 7 VGA chip sets. Sample
  111.    configuration files are enclosed in this arc file for some of the more
  112.    popular boards, and can be modified for your board.
  113.  
  114. CONFIGURATION FILE - Characters after a ; are considered comments and ignored.
  115.    The first line is the board name, and will appear in the VPIC menu.
  116.    The 2nd line is the chip set, and should be TSENG, PARADISE, EVEREX, ATI,
  117.         VIDEO7, or GENERIC presently.
  118.    The 3rd line is the number of 64K banks of display ram usable for 256 color
  119.         VGA pics (1 for standard VGA).
  120.    The 4th line is the menu text color; 0 thru 15 corressponds to black, blue,
  121.         green, aqua, red, violet, brown, white + 8 bright versions. For example
  122.         12 would be bright red text.
  123.    The following lines describe the modes supported by the board. Each field
  124.       is of the form     F1 F2 AX BX CX DX W H C     where:
  125.                 F1 = VGA (256 color) mode
  126.                 F2 = 16/256 colors  (as in mode 12h).
  127.                 AX,BX,CX,DX  register values used to set this mode.
  128.                 W, H, C  are width, height, colors in this mode.
  129.     All the VGA (256 color) modes should be grouped first, followed by the EGA
  130.     (16 color) modes.
  131.  
  132. =============================================================================
  133. Commands in menu mode:
  134. 1.   The up, down, right, and left arrow keys move the cursor around the menu of
  135.         files.
  136.      PgDn/PgUp goto next/previous page.
  137.      Pressing a key goes to next file starting with this character.
  138. 2.   Pressing the spacebar marks a file for viewing or slides, and moves to the
  139.      next file; it will also unmark a previously marked file.
  140. 3.   Pressing enter will display the marked files in the order they were marked.
  141.      If no files were marked, pressing enter displays the file at the cursor.
  142. 4.   Pressing F1 will bring up the help screen; any key will return to the menu.
  143. 5.   Pressing F2 will do a slide show of marked files until a key is pressed.
  144. 6.   Pressing F3 will display the file size and colors on the next to last line.
  145. 7.   Pressing F4 will toggle between VGA and EGA modes.
  146. 8.   Pressing F5/F6 will decrease/increase the default resolution for files
  147.         larger than 320x200 in VGA.
  148. 9.   Pressing F7 toggles the LOCK, which forces the default resolution (above)
  149.         no matter what the file size.
  150. 10.  Pressing ESCape ends the program and returns to DOS.
  151. 11.  Pressing Ctrl Break (or Ctrl C) will get you directly to DOS.
  152. All other keys are ignored. If errors are encountered, an error message appears
  153. on the next to last line, and disappears when the cursor is moved. The menu
  154. title is the search spec.
  155.  
  156. DECODING OTHER FILE FORMATS
  157. The other file decoding (MAC, PCX, and ColoRix now) works in whatever mode you
  158. are presently using (VGA or EGA) and at the resolution you are viewing with.
  159. This way, if you choose to save to another file format, it will be in the same
  160. mode you are viewing with (VGA or EGA). The decoding is not as fast as could be
  161. done, but the added versatility more than compensates for this. For example, EGA
  162. PCX files can be very quickly decoded to EGA, but are in the wrong format for
  163. VGA, and considerable manipulation is required to produce a VGA image. For all
  164. formats except GIF, the method of viewing is to decode to a buffer for a single
  165. line at 1 byte/pixel, then copy this line to the display in whatever mode you
  166. are in. This is a compromise for most file formats, since they are geared to EGA
  167. or VGA, and display time suffers for the other mode, but it makes the code much
  168. simpler. Besides, the other formats are supported mainly to allow easy
  169. conversion to GIF, which is the preferred format for storage, since it gives the
  170. smallest file size. This will also make EGA <-> VGA conversions possible, which
  171. is not supported by most paint programs.
  172.  
  173. ADDED FEATURES
  174.      VPIC is meant to fill a void not covered by paint programs, and to allow
  175. very convenient file viewing and conversion between file formats. It is not
  176. meant to compete with the paint programs, and in general if a paint program does
  177. something well (such as resize a picture to fill the screen or cut out a portion
  178. of the picture), VPIC will not attempt to do it. On the other hand, if you think
  179. of a feature which would enhance VPIC, please let me know, and I will consider
  180. adding it to the program.
  181. ==============================================================================
  182. Commands while viewing a file (except in slide mode):
  183. 1.   The up/down arrow keys will scroll the picture if longer than the screen.
  184.      The PgUp and PgDn keys will scroll by 10 lines. The Video 7 extended VGA
  185.      boards do not supported writing to non-displayed memory or scrolling pics
  186.      larger than the screen, so this function is disabled for these boards.
  187. 2.   If pic is <= 1/2 the screen width, pressing 2 will give a double size image
  188.      (which may be scrollable) and pressing 1 will give the normal size again.
  189.      For VGA, the picture will be changed only in the horizontal direction; this
  190.      will unsquash some 320x400 pics so the aspect ratio is correct.
  191. 3.   Pressing + will increase the resolution (320x200 to 640x480, etc).
  192. 4.   Pressing - will decrease the resolution; useful if 800x600 rolls.
  193.  
  194. All the following conversion options check if the default filename is present,
  195. and promt for a new name if it is. They all now let you know what is happening
  196. while the conversion prodceeds. If you screw up at the new filename prompt, hit
  197. Ctrl C to escape immediately to DOS; this will usually preserve a file you don't
  198. want to write over. The safest bet is to view files on floppy, while running
  199. VPIC from the hard disk. The new file is saved to the default drive, which is
  200. the directory you run VPIC from.
  201. 5.   Pressing Z will create a ZSoft (PC Paintbrush) file with the same filename
  202.      and extension PCX. The file will be in whatever mode you are currently
  203.      using (EGA or VGA). The VGA palette will probably be wrong since ZSoft does
  204.      not currently have a means of saving a palette with a VGA picture, so the
  205.      default VGA palette is used, and probably won't match the palette for the
  206.      picture being displayed. This is not too good for 'the default standard
  207.      Paint program'.
  208. 6.   Pressing P will create a PC Paint or Pictor file with the same size as the
  209.      current screen. The default extension is .PIC, and for EGA it prompts for a
  210.      PC Paint or Pictor file.
  211. 7.   Pressing G or I will create a GIF file on the default drive, and promt for
  212.      a new filename-the default extension is GIF; G is for non-interlaced, and I
  213.      is for interlaced files. The GIF file will be the same size as the current
  214.      image.
  215. 8.   Pressing R will create a ColoRix file with the same filename and extension
  216.      SCx where x is a function of the screen size. If in EGA, will prompt if you
  217.      want an EGA Paint or ColoRix file.
  218. 9.   Pressing T will create a Targa 16 file with the same filename and extension
  219.      TGA.
  220. 10.  Pressing C will create a Dr. Halo CUT file with the same filename and
  221.      extension CUT. The pic will be the same size as the GIF file is currently
  222.      on the screen. A palette file will also be created.
  223. 11.  Pressing A will 'animate' a picture by rotating the palette periodically.
  224.      This is especially effective on fractals, where large areas tend to be the
  225.      same color. Pressing spacebar will pause the palette rotation, and pressing
  226.      Enter will terminate it and return to the command mode.  Thus, by waiting
  227.      for an especially nice pattern and then pressing Enter, the pattern can be
  228.      written to a file using the above file save commands. Pressing Esc will
  229.      return to the menu.
  230. 12.  Pressing X will prompt you to delete the current file. If you answer y
  231.      (yes), it will be deleted.
  232. 13.  Pressing enter will return to menu or DOS, or show next file for marked
  233.      menu mode.
  234. 14.  Pressing ESCape will end the display and return to the menu.
  235. 15.  The following keys control the picture tone as follows:
  236.      F1   Decrease red content of picture.
  237.      F2   Increase red content of picture.
  238.      F3   Decrease green content of picture.
  239.      F4   Increase green content of picture.
  240.      F5   Decrease blue content of picture.
  241.      F6   Increase blue content of picture.
  242.      F7   Decrease contrast of picture (VGA only).
  243.      F8   Increase contrast of picture (VGA only).
  244.      F9   Decrease brightness of picture (VGA only).
  245.      F10  Increase brightness of picture (VGA only).
  246.      Alt-F10  Restore original palette after you thoroughly mess up the colors.
  247.      V    Reverses the current palette (EGA only); interesting effect especially
  248.           for black & white images.
  249.      After a little experimenting, a 'washed out' VGA picture can be greatly
  250.      improved by using F1-F10 , and you can always start over by using Alt-F10.
  251.      To retain a black background in a VGA picture, the brightness should be
  252.      decreased when the contrast is decresed. If you have really improved the
  253.      picture, you can then save it to GIF by pressing G of I. VPIC will prompt
  254.      you if the file exists in the default directory, and you have the option of
  255.      overwriting it or giving a new filename. This works really well with images
  256.      created on the Howtec or Targa scanners.
  257. All other keys are ignored. Pressing Ctrl Break (or Ctrl C) will go to DOS.
  258. ===============================================================================
  259. IMPORTANT: Support for boards with other chip sets: VPIC will support other VGA
  260.     boards with extended VGA modes if the owners will write me with the details
  261.     of how to set the various modes, and how to bank switch the display memory.
  262.     Of course, if you also register VPIC I will give the problem more
  263.     consideration.
  264.         The bank switching Info for some of the 'not so common' VGA boards is
  265.     hard to come by, and is needed if VPIC is to support extended VGA modes for
  266.     these boards. A VGA board needs to bank switch for extended modes because
  267.     there is only a 64K window in the PC address space for graphics memory (from
  268.     A000 to AFFF), and extended modes require more than 64K of memory;
  269.     640x480x256 requires 307200 bytes of memory, or about 4.7 'banks of 64K'.
  270.     Bank switching is a means of mapping the (A000 to AFFF) graphics address
  271.     space into 64K chunks of actual display memory. Bank switching is a function
  272.     of the chip set used on the display board, and what I need is info on how to
  273.     switch banks and how to set the various modes the board supports. The use of
  274.     a display board would also help, since it will allow me to test the program
  275.     with that display board instead of 'programming blind'.
  276. ----------------------------------------------------------------------------
  277. SHAREWARE
  278.            
  279. VPIC is user supported software.  VPIC for the IBM  PC is made available for a
  280. free ten day trial period.  If you find this program useful,  you may license
  281. the  program for non-commercial use on one machine by sending $15.00 to:
  282.  
  283.      Bob Montgomery
  284.      132 Parsons Road
  285.      Longwood, Fl 32779
  286.  
  287. If you are already registered for VGIF (any version) you may upgrade to VPIC for
  288. an additional $5.
  289.  
  290. VPIC may be licensed for commercial use on up to 10 computers at a single site
  291. or set of contiguous sites for $75.00. A commercial site is defined as a
  292. business or individual seeking to make a profit by selling VPIC or incorporating
  293. this program in another program.
  294.  
  295. Clubs, schools,  universities and other organizations may license VPIC for
  296. $45.00 per 6 copies.
  297.  
  298. If you use VPIC as part of a commercial demo or as a utility for another
  299. application you must obtain a license from Bob Montgomery, and pay a $1/copy
  300. royalty for each copy shipped.
  301.  
  302. All other rights are reserved.
  303.  
  304. VPIC may not be changed or modified in any way  except by the author.  VPIC may
  305. be freely distributed for the ten day trial period as long as it remains in its
  306. complete form.  Regardless of how the  copy is  obtained, it is requested that
  307. all users comply with the licensing agreement.
  308.  
  309. All  warranties  are  disclaimed,  including  damage  to hardware and/or
  310. software from use of this product. In no event will I be liable to you for
  311. any damages, including lost profits, lost savings or other incidental or
  312. consequential damages arising out of your use or inability to use the
  313. program, or any other claim by any other party.
  314.  
  315. Contact Bob Montgomery for:
  316.     1. Special versions of VPIC tailored to your application.
  317.     2. Other graphics oriented applications (file conversion, etc).
  318.  
  319. Any suggestions or comments can be mailed directly to me, or left on the
  320. following graphics oriented BBS's:
  321.  
  322. Compuserve PICS Forum (My ID is 73357,3140)
  323. Tsunami BBS, Half Moon Bay, Calif. (415) 726-2726
  324. PC Rockland, S. Nyack, NY (914) 353-2538 [Freeboard] 1.6 Gbyte Online
  325. Megabyte Image Center     (918) 492-0087 1200/2400/9600 baud USR HST
  326. Integrated Micro Systems  (918) 747-3560 1200/2400/9600 baud USR HST
  327. Picture Gallery           (319) 296-1393 1200/2400/9600 baud USR HST
  328. Russ & Edies              (216) 726-0737 1200/2400/9600 baud USR HST
  329. NixPix                    (303) 920-1263 1200/2400/9600 baud USR HST
  330. -------------------------------------------------------------------------
  331. Revision history:
  332. ver 1.1   1-13-88
  333.           Added test for EGA adapter.
  334.           Fixed menu colors.
  335.           Allow ESCape from marked file viewing.
  336.           Added Ctrl Break (or Ctrl C) exit to DOS anywhere.
  337.           Added 'disk full' notification when creating picture file.
  338.           Added critical error handler for 'drive not ready' errors.
  339. ver 1.2   1-15-88
  340.           Changed name to vgif.
  341.           Slide mode now ignore the end of file mark in slide file, and any key
  342.                will now end slide mode.
  343.           Added slides to menu mode if S pressed-shows marked files as slides
  344.                until a key is pressed.
  345. ver 1.3   1-21-88
  346.           Added better error checking to GIF file decoding. Notifies if bad GIF
  347.                file.
  348.           Fixed error reporting bug in single file mode.
  349. ver 1.4   2-9-88
  350.           Added instantaneous screen update in slide mode from menu or command
  351.                (sld) file.
  352.           Added the /r option which allows an application program to call vgif
  353.                to view a file and then regain control.
  354. ver 1.5   3-2-88
  355.           Added Page Up and Page Down keys to scroll by 10 lines at a time.
  356.           Added a max pic height of 819 lines so EGA buffer would not overflow.
  357.           Greatly improved color reproduction for 'problem' pictures (such as
  358.               FROG, ARCHIT, PUFFIN, VEGTABLE, etc). These pictures typically
  359.               have more than 16 colors. Selected colors on basis of frequency
  360.               of use where possible.
  361.           Fixed following bugs:
  362.           1.  Line buffer would overflow into other variables if pic width
  363.               was > 640 pixels, causing strange results.
  364.           2.  Didn't recognize the end of image marker correctly. This would
  365.               cause the palette to change when the image was done.
  366. ver 1.6   3-11-88
  367.           Fixed a bug in handling multiple images. First noticed when viewing
  368.                WHIMMI.GIF.
  369.           Use same palette for multiple images, and get best color match.
  370.           Added L and S commands while viewing a picture. These allow you to
  371.                create full size paint program files.
  372.  
  373. ver 2.0   3-26-88
  374.           Added the ability to view long GIF files ( > 819 lines) without
  375.                wrapping the display.
  376.           Added the C and H (Dr. Halo) file creation option while viewing.
  377.           Added the L and S prefixes to paint program file creation commands
  378.                while viewing to save long pic files.
  379.           Added the Info and Help commands in menu mode.
  380.           Deleted the # requirement to specify a directory from the command
  381.                line. The program now looks for a directory which meets the
  382.                spec on the command line. If none is found, it assumes the spec
  383.                is for a single file.
  384.           Added F1 - F10, and V palette control keys while viewing a file.
  385.  
  386. ver 3.0   5-2-88
  387.           Added VGA capability, and support for Tseng extended VGA modes
  388.                (640x480x256 and 800x600x256).
  389.           Determines and displays available modes for your system.
  390.  
  391. ver 3.1   5-11-88
  392.           Fixed a bug in dir/file spec from command line. Now accepts
  393.                vgif d:\dir\*.gif or vgif d:*.gif, although the [\]*.gif is not
  394.                required, since this is the default filespec.
  395.           Fixed a bug in forced EGA when doing slides, where an interlaced pic
  396.                displayed at double size would have a 'venetian blind' effect.
  397.           Changed so pics larger than 320x200 are shown in 640x480 VGA; can get
  398.                800x600 by pressing + key.
  399.           Note that EGA mode on the Orchid VGA card appears squashed
  400.                vertically. This is normal, and cannot be corrected without
  401.                reprograming the parameters for mode 16, which would change
  402.                the vertical retrace frequeny, and probably cause your monitor
  403.                to roll.
  404.  
  405. ver 3.2   5-26-88
  406.           Added 500 file menu, and assy language text screen updating; now
  407.                super fast.
  408.           Fixed a bug which caused the Vega VGA card to hang up.
  409.  
  410. ver 3.3   6-9-88
  411.           Added user spec of video mode for non-Orchid VGA boards.
  412.           Added GIF and Pictor save of current screen for VGA/EGA pics.
  413.           Added prompts to screen for conversion to other formats.
  414.           Removed conversion starting at first visible row-now does whole pic.
  415.  
  416. ver 3.4   6-23-88
  417.           Fixed a bug in the GIF save routine.
  418.           Added color, contrast, and brightness adjustment in VGA.
  419.           Fixed a bug in menu mode for marked files.
  420.           Added /n command line option to stay in 640x480x256 for VGA pics.
  421.  
  422. ver 3.5   7-14-88
  423.           Fixed some misc minor bugs.
  424.           Added inrease/decrease resolution command while viewing 16 color VGA
  425.                pics (using the /e option).
  426.           Added slide mode for VGA.
  427.           Added lock mode option to start pics from the menu in a desired mode.
  428.  
  429. ver 3.6   8-8-88
  430.           Fixed some bugs.
  431.           Fixed EGA slide show.
  432.  
  433. ver 3.6A  9-10-88
  434.           Fixed 1024x768x16 mode.
  435.  
  436. VPIC ver 1.0 & 1.1 12-27-88
  437.           Beta test versions.
  438.  
  439. VPIC ver 1.2   12-27-88
  440.           Added configuration option for various display boards.
  441.           Added VGA file conversion for all previous Paint programs supported.
  442.           Added Deluxe Paint 2 conversion.
  443.           Added Targa 16 file conversion.
  444.           Added EGA/VGA toggle from menu.
  445.           Added default resolution select, and Mode Lock key from menu.
  446.           Added WAIT option to pause between images of multi-image files.
  447.           Added MAC, PCX, & Colorix file viewing capability. Others will be
  448.             added in later versions.
  449.           Added 'animate' while viewing.
  450.           Fixed VGA 16 color palette.
  451.  
  452. VPIC ver 1.2A   1-4-89
  453.           Fixed MAC -> GIF conversion
  454.           Fixed CVPIC for ^Z as EOF char.
  455.           Fixed 16 color palette for other file formats if VGA 16 colors.
  456.  
  457. VPIC ver 1.3    2-2-89
  458.           Fixed cursor in menu.
  459.           Fixed 'lock up' if GIF header size wrong (640x350 labeled 350x640).
  460.           Now pauses pic if file error amd waits for key press-can see partial
  461.             pics in bad files this way.
  462.           Shows GIFs with MAC headers (1st 128 bytes are not GIF standard);
  463.             if F3 (info) pressed shows if file has a MAC header.
  464.           Fixed so views and saves new ZSoft VGA PCX files which include
  465.             palette at end of file. Still doesn't load PAL files.
  466.           Fixed ZSoft file displays and saves.
  467.           Added Wait toggle (F8) which pauses between images in multi-image
  468.             GIFs, and allows conversion to other filetypes.
  469.           Made MACs black on bright white instead of grey.
  470. VPIC ver 1.4   3-15-89
  471.           Added printout of filename while decoding except in slide mode.
  472.           Added help while viewing a picture; press ? or /.
  473.           Added delete a file option X (with query) while viewing.
  474.           Added hit Escape while decoding to abort picture.
  475. VPIC ver 1.5   3-23-89
  476.           Fixed bug in 'Escape while decoding' which would hang system.
  477.           Fixed EGA x2 display for interlaced files.
  478.           Fixed problem with saving a pic after scrolling.
  479.           Fixed palette in animate, so save will use current palette.
  480.           Fixed problem with bad files in slide mode that would hang computer.
  481.           Fixed error display in /@ slide mode and single file mode.
  482. VPIC ver 1.6   4-5-89
  483.           Fixed bugs in slide show from command file. Added comments.
  484.           Added resolution option for each picture in slide command file.
  485.           Fixed miscellaneous minor bugs.
  486.