home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / APOG / CSHW851B.ZIP / CSHOW8A.DOC < prev    next >
Encoding:
Text File  |  1990-01-17  |  35.2 KB  |  992 lines

  1.  
  2.                                =================
  3.                                C o m p u S h o w
  4.                                =================
  5.  
  6.  
  7.  
  8.  
  9.                             Standard Version 8.51a
  10.  
  11.                                     for the
  12.                  IBM PC, XT, AT, PCjr, PS/2 (and compatibles)
  13.                                      with
  14.  
  15.                      Hercules Monochrome Graphics Adapter
  16.                                       or
  17.                          Color Graphics Adapter (CGA)
  18.                                       or
  19.                         Enhanced Graphics Adapter (EGA)
  20.                                       or
  21.                        Multi-Color Graphics Array (MCGA)
  22.                                       or
  23.                           Video Graphics Array (VGA)
  24.  
  25.  
  26.  
  27.  Execute the program  by typing CSHOW  (and a <Carriage  Return>) at your  DOS
  28.  prompt. The program will  require between 175k and  255k of available  memory
  29.  (depending on the "start-up options"  specified.) If the program displays  an
  30.  "Insufficient memory"  message,  you  need to  make  more  memory  available.
  31.  (Remove some memory-resident programs, for example.)
  32.  
  33. Start-Up Options
  34. ================
  35.  
  36.  "Command-line switches" allow you to control graphics video features and  the
  37.  way that the program allocates memory for various purposes.
  38.  
  39. Video Hardware Identification
  40. -----------------------------
  41.  
  42.  CompuShow should recognize the type of video adapter present in your computer
  43.  (Hercules, CGA,  EGA, MCGA,  or VGA).  In case  the detect  routine fails  to
  44.  identify the  correct  adapter,  a  command-line  switch  will  override  the
  45.  automatic routine:
  46.  
  47.      >CShow +H          (or +h)       force Hercules mode
  48.      >CShow +C          (or +c)       force CGA mode
  49.      >CShow +E          (or +e)       force EGA mode
  50.      >CShow +M          (or +m)       force MCGA mode
  51.      >CShow +V          (or +v)       force VGA mode
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                         Page 1
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. "Super-Ega"
  69. -----------
  70.  
  71.  A "/" switch is  used to  indicate the  presence of  a 480  line  "Super-EGA"
  72.  adapter. The program knows about several:
  73.  
  74.      >CShow /A          ( or /a )     Ahead Systems
  75.      >CShow /G          ( or /g )     Genoa
  76.      >CShow /P          ( or /p )     Paradise AutoSwitch EGA-480
  77.      >CShow /T          ( or /t )     Tseng
  78.      >CShow /V          ( or /v )     "VGA" (eg. the Zenith "VGA")
  79.  
  80.  These commands specify graphics modes 38,  115, 80, 37, and 18  respectively,
  81.  which puts  each card  in 480  line EGA  mode. Other  480 line  cards may  be
  82.  identified by supplying the (decimal) graphics mode number, for example:
  83.  
  84.      >CShow /45                       to use mode 45 for 640x480 EGA
  85.  
  86. Hardware-Specific Video Drivers:
  87. --------------------------------
  88.  
  89.  The "+S"  command-line switch  tells the  program to  load a  specific  video
  90.  driver, for example:
  91.  
  92.      >CShow +sP1
  93.  
  94.  loads the "P1" video driver ("videoP1.drv"). The video drivers support a wide
  95.  variety of hardware-specific graphics modes. Some modes may not be  available
  96.  on your video adapter. For example, 640x480x256 modes require a 512k VGA.  If
  97.  you have a 256k adapter, a 640x480x256 mode won't work.
  98.  
  99.  To set  up a  "default"  video driver  to be  used  whenever the  program  is
  100.  started:
  101.                 >copy videoP1.drv video.drv
  102.  
  103.  (With no "+S" switch specified, the program will load file "VIDEO.DRV".)
  104.  
  105.  +-------------------------------------------------------------------------+
  106.  | FOR A COMPLETE, UP-TO-DATE LISTING OF THE VIDEO DRIVERS, SEE README.DOC |
  107.  +-------------------------------------------------------------------------+
  108.  
  109. Optional Features
  110. -----------------
  111.  
  112.  A "#" switch is used to specify optional features:
  113.  
  114.      >CShow #E          ( or #e )     DISABLES horizontal EGA panning
  115.  
  116.  Some EGA adapters have trouble with  horizontal panning. If your EGA  display
  117.  is "scrambled", use this switch.
  118.  
  119.      >CShow #J          ( or #j )     ENABLES PCjr/Tandy-1000 video modes
  120.  
  121.  The program  will reserve  32k of  memory required  for these  special  video
  122.  modes. (Without this switch, the memory  is available for the program to  use
  123.  for other purposes.)
  124.  
  125.  
  126.                                                                         Page 2
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.      >CShow #MS         ( or #ms )    allocate MEMORY for a SMALL buffer
  135.      >CShow #MM         ( or #mm )    allocate MEMORY for a MEDIUM buffer
  136.      >CShow #ML         ( or #ml )    allocate MEMORY for a LARGE buffer
  137.  
  138.  This option  allows you  to control  the amount  of memory  that the  program
  139.  reserves for reading the  graphics file. The small  buffer is 2k, the  medium
  140.  buffer is 25k,  and the large  buffer is 50k.  A medium (25k)  buffer is  the
  141.  default. (The size  of the read  buffer DOES NOT  determine the maximum  size
  142.  file that the  program can display:  a 45k GIF  requires 23 reads  with a  2k
  143.  buffer, 2 reads with a 25k buffer, and 1 read with a 50k buffer.)
  144.  
  145.      >CShow #D300
  146.  
  147.  This option allows you to control the amount of memory reserved for the  file
  148.  directory. The "default" is 120 files. You  may specify any number from 0  to
  149.  9999.
  150.  
  151.      >CShow #Q
  152.  
  153.  Turns off the sounds that the program makes (Quiet).
  154.  
  155. Dual Monitor Operation
  156. ======================
  157.  
  158.  On a system with both a monochrome  and color graphics (CGA, EGA, VGA,  etc.)
  159.  adapter installed, start the program on the monochrome monitor to operate  in
  160.  dual monitor  mode.  The  directory  screen will  appear  on  the  monochrome
  161.  monitor, and graphics images on the color graphics monitor.
  162.  
  163.  When you finish displaying  a graphic, press <Carriage  Return> to leave  the
  164.  graphic image on screen, or <ESCape> to clear the graphics screen.
  165.  
  166. The CompuShow Screen
  167. ====================
  168.  
  169.  The program will  start by retrieving  and sorting a  directory of your  disk
  170.  files. The  top three  lines of  the screen  show the  current date,  day,  a
  171.  running time-of-day clock, and identify the directory display (eg. A:\*.*  or
  172.  C:\PICS\*.GIF). The center twenty lines of the screen contain the sorted disk
  173.  file directory.
  174.  
  175.  Below the directory display  is a prompt  and input area.  The input area  is
  176.  actually a forty-six character window over a sixty-three character field. The
  177.  window will scroll to allow you to enter up to sixty-three characters.
  178.  
  179.  The bottom line of the screen is used to display "shift-status". The  current
  180.  status of the CAPS Lock, Insert, Num Lock, and Scroll Lock, as well as either
  181.  shift key, Ctrl, or Alt key is indicated.
  182.  
  183. [F1] for Help
  184. =============
  185.  
  186.  At the input field (or in the directory), press the [F1] function key to  pop
  187.  up a quick-reference  Help Screen  with a  brief description  of the  options
  188.  available.
  189.  
  190.  
  191.  
  192.                                                                         Page 3
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. [Shift-F1] for Information
  201. ==========================
  202.  
  203.  At the input field (or in the directory), hold a shift key and press the [F1]
  204.  function key  to pop  up  a Program  Information  box, which  identifies  the
  205.  options you've specified  and the amount  of memory used  by the program  for
  206.  various purposes. Several of the start-up options control the way the program
  207.  allocates memory. This is important for several reasons.
  208.  
  209.   - Display memory (the size of "VScreen", the virtual screen) determines  the
  210.     extents for panning  GIF images.  For example, to  pan an  800x600x256 GIF
  211.     requires 480,000 bytes of "display memory". With less display memory,  you
  212.     won't be able to pan all the way to the bottom.
  213.  
  214.     The "#MS" start-up option allocates a small read buffer, which leaves more
  215.     memory for a large virtual screen.
  216.  
  217.   - If you have a lot of files in the directory, and the program needs  memory
  218.     to pop up a box, it will have to "abandon" the sorted file list. When  you
  219.     return to the directory screen, the  program will retrieve, sort, and  re-
  220.     display the directory, and  you will be  placed at the  first file on  the
  221.     first screen.
  222.  
  223.     The "#D" option allows you to reserve memory for a directory of up to 9999
  224.     files, so that the  program won't have  to "abandon" it  to pop up  boxes.
  225.     Keep in  mind that  reserving memory  for a  large directory  leaves  less
  226.     memory for the virtual screen.
  227.  
  228. The Directory Display
  229. =====================
  230.  
  231.  The (initial)  directory display  "format"  depends on  the number  of  files
  232.  displayed.
  233.  
  234.     Up to 40 files:   The file name, size, date and time are displayed.
  235.                       The files are listed in two columns.
  236.  
  237.     41 to 80 files:   The file name and size are displayed.
  238.                       The files are listed in four columns.
  239.  
  240.     81 to 120+ files: The file name is displayed.
  241.                       The files are listed in six columns.
  242.  
  243.  The program  automatically selects  a  format to  display  as many  files  as
  244.  possible on each screen.  If you have  more than one  screen of files,  press
  245.  PgDn/PgUp (with  the cursor  in the  input area)  to view  the  next/previous
  246.  directory screen.
  247.  
  248. Changing the directory display
  249. ==============================
  250.  
  251.  - At the input area, you may change to  a different disk drive by typing  the
  252.    drive designation and  pressing the [F2]  key. For example,  type "A:"  and
  253.    press [F2] to switch to drive A:.
  254.  
  255.    You may also change  to a different  sub-directory. Type the  sub-directory
  256.    name in the input area and press [F2]. The sub-directory specification  can
  257.  
  258.                                                                         Page 4
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.    be  any  form  acceptable  in  a  DOS  "ChDir"  command,  such  as  "\"  or
  267.    "..\..\OTHER". You can also combine a drive and sub-directory change,  such
  268.    as "B:\PICS".
  269.  
  270.  - Press [F3] to "toggle" between the "compressed" directory display (four  or
  271.    six columns) and  a "wide"  directory display (two  columns, including  the
  272.    file name, size, date, and time.)
  273.  
  274.  - Enter a directory mask and press [F4]. For example, type "*.GIF" and  press
  275.    [F4] to limit the directory  display to all files  with a ".GIF" file  name
  276.    extension. Press [F4]  with a  blank mask to  reset the  directory mask  to
  277.    "*.*" to display all files.
  278.  
  279.  - Press [F5]  to  "toggle"  between  "files only"  (the  default)  and  "full
  280.    directory" mode. The "full directory" display lists the disk volume  label,
  281.    "hidden files", and sub-directories, including "." (this sub-directory) and
  282.    ".." (the directory "above").
  283.  
  284. Selecting a file to display
  285. ===========================
  286.  
  287. Method 1: Enter the name of the file
  288. ------------------------------------
  289.  
  290.  Type the name of any file and press <Carriage Return> to select it. Note that
  291.  you may use  this method  to enter  the name of  a file  that is  not in  the
  292.  displayed file list (from a different disk or sub-directory.) Simply type the
  293.  full name of the file, specifying the disk drive and sub-directory  location,
  294.  as needed (eg. "c:\pics\special\hidden\other.gif"). When you press  <Carriage
  295.  Return>, the file will  be retrieved, or a  "beep" will sound  if it was  not
  296.  found.
  297.  
  298. Method 2: Selecting from the directory list
  299. -------------------------------------------
  300.  
  301.  To select a file  from the on-screen directory,  press the "up arrow"  cursor
  302.  key to move into the directory display. Moving around the directory:
  303.  
  304.   - "Down arrow" ("Up arrow") moves you to the next (previous) file.
  305.  
  306.       - At the  last  (first)  file  on  the screen,  you  move  to  the  next
  307.         (previous) screen, if there is one.
  308.  
  309.   - PgDn (PgUp) moves you to the bottom (top) of the column.
  310.  
  311.       - At the bottom  (top) of the  column, you move  to the next  (previous)
  312.         screen.
  313.  
  314.   - Ctrl-PgDn (Ctrl-PgUp) moves you to the next (previous) screen.
  315.  
  316.   - Ctrl-End (Ctrl-Home) moves you immediately to the last (first) screen.
  317.  
  318.   - A letter key (A..Z) moves you to the next file starting with that  letter.
  319.     Type "A" repeatedly to move to each file starting with "A".
  320.  
  321.  
  322.  
  323.  
  324.                                                                         Page 5
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  When you  find a  graphics file  that you  want to  display, press  <Carriage
  333.  Return>. (If you change your mind, press  ESCape to return the cursor to  the
  334.  input area without selecting a file.)
  335.  
  336. Directory "Goodies"
  337. ===================
  338.  
  339.  There are four "file functions" available while you're "in the directory":
  340.  
  341.   ChDir At a sub-directory,  press <Carriage  Return> to change  to that  sub-
  342.         directory. (Sub-directories are  displayed when you  select the  "full
  343.         directory" mode  by  pressing  [F5].) Sub-directories  appear  at  the
  344.         beginning of the sorted  list, and are  identified by <DIR>.  Remember
  345.         that "." is "this directory" (so  nothing happens when you attempt  to
  346.         change to "."), and ".." is "the directory above".
  347.  
  348.   DEL   Press Alt-D to delete the current file.  A box will pop up asking  you
  349.         to confirm that you want to delete the file. Press "Y" or "N".
  350.  
  351.   REN   Press Alt-R to REName the current file.  A box will pop up asking  for
  352.         the new file name. Enter the new name, or press ESCape (or just  leave
  353.         it blank  and  press <carriage  return>)  to change  your  mind  about
  354.         renaming it.
  355.  
  356.   COPY  Press Alt-C to copy the current file. A box will pop up asking for the
  357.         "destination" file  name. Enter  the name,  or press  ESCape (or  just
  358.         leave it blank and press <carriage return>) to change your mind  about
  359.         copying it.
  360.  
  361.  NOTE: While parallel to the  DOS commands "REN"  and "COPY", these  functions
  362.  are different in  one important respect.  Alt-R and Alt-C  do not accept  any
  363.  "short-cuts",  such  as  "?"  or  "*"  wildcards  for  Alt-R  and  Alt-C,  or
  364.  "destination only" for Alt-C:
  365.  
  366.  Valid DOS command              CShow function
  367.  ----------------------         -------------------------
  368.  REN  NUMBER1.GIF  N1.*         Alt-R (name>) N1.GIF        (N1.* won't work)
  369.  COPY NUMBER1.GIF  N1.*         Alt-C (name>) N1.GIF        (N1.* won't work)
  370.  COPY NUMBER2.GIF  B:           Alt-C (name>) B:NUMBER2.GIF (B: won't work)
  371.  
  372. Once a file has been selected
  373. =============================
  374.  
  375.  The program  will read  and examine  the file  to see  if it  is a  supported
  376.  graphics file.
  377.  
  378.  If the file is  not one of the  supported graphics types, a  box will pop  up
  379.  indicating that it is an unknown  (or un-supported) file type. Press any  key
  380.  to make another selection.
  381.  
  382.  If the file is a supported graphics format, a "Graphics Information Box" will
  383.  pop up with information about the file and display options.
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.                                                                         Page 6
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398. RLE Graphics
  399. ============
  400.  
  401.  The RLE format  supports "Medium"  (128x96) and  "High" (256x192)  resolution
  402.  monochrome graphics. The information box should indicate either:
  403.  
  404.            192 rows of High Resolution RLE
  405.        or
  406.             96 rows of Medium Resolution RLE
  407.  
  408.  One display mode is indicated, either  CGA or Hercules. (There is nothing  to
  409.  gain by displaying in a color or higher resolution mode, since RLE is  "black
  410.  and white", and looks best in 320 x 200 format.)
  411.  
  412.  - Type "1" to display the RLE image.
  413.  
  414.      While the RLE image is displayed:
  415.  
  416.        - Press "I" to Invert the  image. Some RLE images (radar/weather  maps,
  417.          for example) should  be "inverted", which  reverses black and  white,
  418.          before printing. Without inverting, you would print a black page with
  419.          white lines.
  420.  
  421.        - With the enhanced program,  you may print the  image by pressing  "P"
  422.          (or ^P).
  423.  
  424.        - Type <Carriage Return> to return to the RLE information box.
  425.  
  426.  - At the information box, the image may be re-displayed by typing "1" again.
  427.  
  428.  - Type "0" (zero) (or  <Carriage Return>) when finished  with this file.  The
  429.    RLE information box  will disappear and  you will be  returned to the  main
  430.    directory screen, ready to select another file to display.
  431.  
  432. GIF Graphics
  433. ============
  434.  
  435.  The information box for a GIF (pronounced "JIF") graphics file indicates  the
  436.  GIF signature and version. CompuShow version 8 supports GIF version "87a". If
  437.  the GIF file is an unknown (future) version, you will hear a "buzzer"  sound,
  438.  and the GIF version will  blink. The width, height,  and number of colors  in
  439.  the image are also shown.
  440.  
  441.  The number of display options will depend on the type of display adapter  and
  442.  monitor that you are using:
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.                                                                         Page 7
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.     GIF display modes     \     video display: Herc Cga Ega Ega-480 MCGA VGA
  465.   +-------------------------------------------+----+---+---+-------+----+---+
  466.   | 320x200 / 640x200 / 720x348 monochrome    | Y  | Y | Y |   Y   | Y  | Y |
  467.   | 320x200           4   color (4 palettes)  |    | Y | Y |   Y   | Y  | Y |
  468.   | 640x200           4   color "PCjr/Tandy"  |    | O | O |   O   | O  | O |
  469.   | 320x200           16  color "PCjr/Tandy"  |    | O | O |   O   | O  | O |
  470.   | 320x200           16  color EGA           |    |   | Y |   Y   |    | Y |
  471.   | 640x200           16  color EGA           |    |   | Y |   Y   |    | Y |
  472.   | 640x350           16  color EGA           |    |   | Y |   Y   |    | Y |
  473.   | 640x350           monochrome              |    |   | Y |       |    |   |
  474.   | 640x480           16  color EGA/VGA       |    |   |   |   Y   |    | Y |
  475.   | 640x480           monochrome              |    |   |   |   Y   | Y  | Y |
  476.   | 320x200           256 color MCGA          |    |   |   |       | Y  | Y |
  477.   +-------------------------------------------+----+---+---+-------+----+---+
  478.    O=Optional: See Start-Up Options
  479.  
  480.  - On all video displays, there are fifteen monochrome display modes  assigned
  481.    the letters A through O, where A is the lightest display, H is a  "median",
  482.    and O is the darkest.  (On an EGA/VGA display, use  mode "P" to display  in
  483.    monochrome.) If the image is 320-wide  or narrower, it's displayed using  a
  484.    "monochrome dithered" technique, which expands  the image to 640 wide.  The
  485.    primary purpose  for displaying  a GIF  image in  a monochrome  mode is  to
  486.    prepare it for printing, since images are printed WYSIWYG ("What You See Is
  487.    What You Get".)
  488.  
  489.  - If the image is 320x200 (or smaller) you  will also see a "Zoom" option  on
  490.    EGA/VGA systems, to  Zoom the image  to 640x400. Images  displayed in  this
  491.    mode will have much "truer" colors than when displayed in 320x200x16  color
  492.    mode.
  493.  
  494.  - If you've loaded  a video driver  (see "Hardware-Specific Graphics  Modes",
  495.    above) you will see up to  seven additional options ("S".."Y") provided  by
  496.    the video driver. Some of these display modes may not be supported on  your
  497.    video card (they may require more  video RAM, a different type of  monitor,
  498.    etc.)
  499.  
  500.    Video drivers  provide  "extended"  and  "simulated"  graphics  modes.  For
  501.    example, "S= 640x480x256" might be an extended graphics mode supported on a
  502.    "Super-VGA" adapter, where "T: 320x480x256" is a simulated mode, where  the
  503.    video driver uses the 640x480 extended mode, and displays the GIF  "double-
  504.    wide". The  "=" or  ":"  following the  letter  identifies an  extended  or
  505.    simulated mode.
  506.  
  507.  You may display  the GIF image  in ANY MODE  LISTED. The "recommended"  modes
  508.  will be highlighted, the "inappropriate" modes  will be listed in a dim  text
  509.  color. This "recommendation" is  based on the width  and height of the  image
  510.  compared to the physical screen dimensions in each mode. For example, if  you
  511.  display a 320x200 image in EGA  640x200 mode, the image will be  "compressed"
  512.  in the left half of  the screen. NOTE, HOWEVER,  THAT IMAGES LARGER THAN  THE
  513.  PHYSICAL SCREEN MAY BE PANNED, as described below.
  514.  
  515.  - Type the number (or letter) to display the GIF image in that mode.
  516.  
  517.      As the GIF image is being displayed, press ESCape or Ctrl-C to  interrupt
  518.      (and abort) display of the rest of the image. (The partial GIF image will
  519.      remain on  the  screen. Type  <Carriage  Return>  to return  to  the  GIF
  520.      information box.)
  521.  
  522.                                                                         Page 8
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.      While the GIF image is displayed:
  532.  
  533.        - Images larger than the PHYSICAL SCREEN can be "panned", using the up,
  534.          down, left and right cursor arrow keys. Press a key (once) to pan  in
  535.          that direction. Panning will stop at the end of the image, or may  be
  536.          interrupted by pressing  any key.  (Note that  you may  need to  turn
  537.          NumLock off to use your cursor keys to pan.) In addition:
  538.  
  539.              Home/End jump to the upper-left/lower-right corner,
  540.              Ctrl-Lft/Ctrl-Rgt jump "one screen width" Left/Right,
  541.              Ctrl-Home/Ctrl-End jump "one screen height" Up/Down.
  542.  
  543.           - The EGA/VGA display pans both vertically and horizontally, and can
  544.             accommodate 16 color images up to 320x1638, 640x819, or 1024x512.
  545.  
  546.           - Other display modes (including  hardware-specific modes) pan  both
  547.             vertically and horizontally, with the maximum size dependent  upon
  548.             the amount of  memory available. (The  [Shift-F1] information  box
  549.             indicates the size of the "virtual screen".)
  550.  
  551.        - The "brightness"  of  any  monochrome  (mode  A..P)  display  may  be
  552.          adjusted, as described below.
  553.  
  554.        - On an  EGA/MCGA/VGA monitor,  you may  adjust the  appearance of  the
  555.          COLOR image, as described below.
  556.  
  557.        - With the  enhanced  program, you  may  print an  image  displayed  in
  558.          monochrome (modes A..O or P) by pressing "P" (or ^P).
  559.  
  560.        - Type <Carriage Return> to return to the GIF information box.
  561.  
  562.  - At the information box, you may re-display  the GIF image in the same or  a
  563.    different mode by typing the number or letter corresponding to the  desired
  564.    mode.
  565.  
  566.  - Type "0" (zero) (or  <Carriage Return>) when finished  with this file.  The
  567.    GIF information box  will disappear and  you will be  returned to the  main
  568.    directory screen, ready to select another file to display.
  569.  
  570. GIF Errors
  571. ----------
  572.  
  573.  If there's an error in the GIF  file, the program will make a "buzzer"  sound
  574.  as the error is encountered. When you return to the GIF information box,  the
  575.  error description and location are shown on the top line:
  576.  
  577.       Version: GIF87a, 320x200x256    Error: End Of File at 36050 [00]
  578.  
  579.  The possible errors are:  Bad Block ID, Bad  MinCode, End of File,  Interlace
  580.  Overrun, and Sequential Overrun.  In all cases, an  error indicates that  the
  581.  GIF file is damaged (perhaps in  downloading), or was incorrectly encoded  in
  582.  the first place.
  583.  
  584.  
  585.  
  586.  
  587.  
  588.                                                                         Page 9
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596. Adjusting a MONOCHROME image
  597. ----------------------------
  598.  
  599.  An image displayed in EGA/VGA monochrome  mode P may be adjusted by  pressing
  600.  PgUp to make the image brighter, or  PgDn to make it darker. This  brightness
  601.  adjustment is instantaneous.
  602.  
  603.  An image displayed in a Hercules, CGA, or MCGA monochrome mode (A..O) may  be
  604.  adjusted by pressing  PgUp to make  the image  brighter, or PgDn  to make  it
  605.  darker. You may also adjust the image to a particular brightness by  pressing
  606.  the letter key (A..O). This "adjustment" is accomplished by re-displaying the
  607.  image. The previous image is left on the screen, so you can see the effect of
  608.  the adjustment as the new image  replaces the former display. (Displaying  an
  609.  image in monochrome mode H and then  pressing PgUp results in the same  image
  610.  as monochrome mode G.)
  611.  
  612. Adjusting a COLOR image
  613. -----------------------
  614.  
  615.  EGA:
  616.  ----
  617.  
  618.  CompuShow uses a "color dithering" technique for displaying GIF images:
  619.  
  620.     - with more than 16 colors,
  621.     - which are 320 wide (or narrower),
  622.     - when displayed in mode Z ("Zoomed" to 640 wide).
  623.  
  624.  This technique allows the program to  "simulate" over 2000 colors using a  16
  625.  color EGA palette. These dithered images may not be adjusted.
  626.  
  627.  Nowever, you can adjust the colors  of a non-dithered image displayed in  EGA
  628.  modes 7, 9, or Z. The sixteen colors  displayed are numbered 0 to 9 and A  to
  629.  F. Color zero is always the background. To select a color to adjust, type the
  630.  color number (0..9 or A..F). That color  will flash three times, so that  you
  631.  can see where it is on the  screen and decide whether it should be  adjusted.
  632.  There are two methods for adjusting colors:
  633.  
  634.  - A selected  color may  be adjusted  by increasing  or decreasing  the  Red,
  635.    Green, or Blue component:
  636.  
  637.                 RED:            decrease [F1]   [F2] increase
  638.                 GREEN:          decrease [F3]   [F4] increase
  639.                 BLUE:           decrease [F5]   [F6] increase
  640.  
  641.    Each color has a Red, Green, and Blue component with a "weight" of 0..3, so
  642.    pressing [F2] four times will step through all four levels of Red.
  643.      [ 4 (Red) x 4 (Green) x 4 (Blue) = the palette of sixty-four colors. ]
  644.  
  645.  - You may "step through" all sixty-four colors in color number sequence:
  646.  
  647.                 COLOR NUMBER:   decrease [F7]   [F8] increase
  648.  
  649.  The adjusted palette may be saved to disk by pressing Alt-F10 (hold down  the
  650.  Alt key and type the [F10] function key.) The palette is saved in a file with
  651.  the same  "base" file  name as  the GIF  file, and  a "CSH"  extension.  (The
  652.  palette for GIF file "PUSSY.GIF" will be saved in "PUSSY.CSH".)
  653.  
  654.                                                                        Page 10
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  When you display the GIF file in  mode 7, 9, or Z, the program  automatically
  664.  retrieves the saved palette.
  665.  
  666.  To return to the original color palette,  press [F9]; press [F10] to use  the
  667.  saved color palette.
  668.  
  669.  Pressing [F9] and [F10]  will allow you to  instantly review the  differences
  670.  between the original GIF palette and your adjusted palette.
  671.  
  672.  MCGA/VGA:
  673.  ---------
  674.  
  675.  On an MCGA or VGA adapter, you can adjust the colors of a GIF image displayed
  676.  in any 16 color mode (5, 6, 7, 9, or Z) or 256 color mode (8), including  any
  677.  extended "Super-VGA" modes (S..Y).
  678.  
  679.  - PgUp/PgDn increases/decreases the "brightness" of the image.
  680.  
  681.  - The color may be adjusted:
  682.  
  683.                 RED:            decrease [F1]   [F2] increase
  684.                 GREEN:          decrease [F3]   [F4] increase
  685.                 BLUE:           decrease [F5]   [F6] increase
  686.  
  687.  The adjusted palette may be saved to disk by pressing Alt-F10 (hold down  the
  688.  Alt key and type the [F10] function key.) The palette is saved in a file with
  689.  the same "base"  file name as  the GIF file,  and a "CSW"  extension for  256
  690.  color palettes or a "CSV" extension  for 16 color palettes. (The palette  for
  691.  GIF file "PUPPY.GIF" will be saved in "PUPPY.CSW" or "PUPPY.CSV".)
  692.  
  693.  As with EGA palettes, the program will automatically retrieve a saved palette
  694.  and [F9] and [F10] allow you  to review the differences between the  original
  695.  GIF colors and the adjusted palette.
  696.  
  697.  MCGA/VGA Grayscale:
  698.  -------------------
  699.  
  700.  On an MCGA or VGA adapter, any image displayed in a 16 or 256 color mode  may
  701.  be instantly converted  to a "Grayscale",  by pressing Alt-G,  and back to  a
  702.  color display by pressing Alt-C. While the grayscale image is displayed, PgUp
  703.  and PgDn adjust the brightness of the image.
  704.  
  705. Quitting CompuShow
  706. ==================
  707.  
  708.  At the input area, press ESCape to exit the program and return to DOS.
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.                                                                        Page 11
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728. The Enhanced Program
  729. ====================
  730.  
  731.  The enhanced program (CompuShow version  8.51b) includes all features of  the
  732.  standard program, plus:
  733.  
  734.   - Display of MacPaint images.
  735.  
  736.   - Printing of RLE, GIF, and MacPaint graphics.
  737.  
  738.   - A "slide show"  program for automated  display of RLE,  GIF, and  MacPaint
  739.     graphics in a "stand-alone" or "operator attended" mode.
  740.  
  741.   - A slide show "script generator".
  742.  
  743.   - A System Configuration program, which allows you to change screen  colors,
  744.     and specify  a  number  of "start-up"  options,  making  the  command-line
  745.     switches unnecessary.  You can  also  automatically log  to a  disk  drive
  746.     and/or sub-directory,  and set  the type  of directory  display you  want,
  747.     including:
  748.  
  749.      the [F4] directory mask (eg. "*.GIF"),
  750.      the [F3] "wide" directory display,
  751.      the [F5] "full directory" display.
  752.  
  753.  The user's guide describing these  features is in CSHOW8B.DOC, included  with
  754.  the enhanced program.
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.                                                                        Page 12
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.                                S H A R E W A R E
  795.                                =================
  796.  
  797.    CompuShow is copyrighted software. However, you are encouraged to copy  and
  798.  share CompuShow with others according to the following requirements:
  799.  
  800.       CompuShow program(s), User's Guide, and all associated files may be
  801.       freely copied and shared as long as ALL FILES ARE INCLUDED.
  802.  
  803.    The Standard Version (8.51a) may be  freely copied and shared with  others,
  804.  so long as no charge is made for  the software. The files may be  distributed
  805.  via modem from bulletin board systems provided that ALL FILES are transmitted
  806.  (archived) together.
  807.  
  808.    The Enhanced Version (8.51b) may be  freely copied and shared with  others,
  809.  so long as no  charge is made.  The files may be  distributed via modem  from
  810.  bulletin board systems,  provided that ALL  FILES are transmitted  (archived)
  811.  together, and no fee  is charged. NO  FILES on the disk  may be   distributed
  812.  unless ALL FILES are included.
  813.  
  814.  WHY SHAREWARE?
  815.  --------------
  816.  
  817.    A few  years ago,  we advertised  a (much  simpler) program  in a  national
  818.  computer magazine. Our advertising cost was so high that, even with a  retail
  819.  price of  $45, we  never reached  "break-even"! The  ShareWare concept  turns
  820.  CompuShow into  its own  ad! Our  costs are  reduced, and  we can  price  the
  821.  program accordingly.
  822.  
  823.    ShareWare let's you "try it before you buy it"! You can determine whether a
  824.  program works properly and how easy it is to use, before you pay for it.
  825.  
  826.  WHY REGISTER?
  827.  -------------
  828.  
  829.    Since CompuShow is a ShareWare product,  we don't receive a penny when  you
  830.  download it from CompuServe or a bulletin board,  or receive it on a disk  of
  831.  ShareWare programs.
  832.  
  833.    Since version 1.7 was released in  July 1987, we have continued to  improve
  834.  and enhance the program, and have  completed seven new versions. Most of  the
  835.  enhancements were  suggested  by  our  registered  users,  and  most  of  our
  836.  registered users  have upgraded  as  new versions  are announced.  They  like
  837.  CompuShow and  the  improvements  that  their  registration  fees  have  made
  838.  possible!
  839.  
  840.  If you use CompuShow, you must register:
  841.  
  842.    - Your registration fee makes it possible for us to continue to improve the
  843.      program and  to  provide  similar high  quality  software  at  reasonable
  844.      prices.
  845.  
  846.    - For your  $20 registration  fee you  receive the  LATEST VERSION  of  the
  847.      ENHANCED PROGRAM.
  848.  
  849.    - As a registered user of the enhanced program, you will be notified as new
  850.      versions are released, and may upgrade for a nominal charge.
  851.  
  852.                                                                        Page 13
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.    - Registered users may purchase other CaSSS software at reduced prices.
  862.  
  863.    - IF YOU USE THE PROGRAM FOR COMMERCIAL PURPOSES, YOU MUST REGISTER.
  864.  
  865.  Registering for the Enhanced Program
  866.  ------------------------------------
  867.  
  868.  For your convenience, we've included an order form (OFORM.DOC) with space for
  869.  all the required information. (Complete it by hand or with a word processor.)
  870.  
  871.                            Prices as of January, 1990
  872.                            --------------------------
  873.  
  874.  Basic registration, 5.25" disk............................. $20
  875.  To receive a 3.5" disk, please add......................... $ 1
  876.  For overseas delivery, please add.......................... $ 2
  877.  Arizona residents, please include 7% sales tax.............
  878.  
  879.    - Credit Card: Indicate  Visa or  MasterCard, card  number, and  expiration
  880.      date.
  881.  
  882.    - Check or Money Order:  must be in U.S.  funds, drawn on  a U.S. bank.  (A
  883.      Canadian Postal Money Order in US Dollars is acceptable.)
  884.  
  885.    - Sorry, no CODs or Purchase Orders.
  886.  
  887.    - The $2 for overseas shipping DOES NOT APPLY to Alaska, Hawaii, Canada  or
  888.      Mexico.
  889.  
  890.    Electronic Mail:  CompuServe EasyPlex: [76555,167]
  891.                      (MCI Mail can be routed to CompuServe)
  892.                      GE Mail: R.BERRY7
  893.  
  894.    U.S. Mail:        Canyon State Systems and Software
  895.                      Post Office Box 86
  896.                      Sedona, AZ. 86336
  897.  
  898.    Phone:            (602) 282-5070
  899.  
  900.  Orders are shipped first class mail, and registration puts you on our mailing
  901.  list for notification when future versions are available. If you're  ordering
  902.  through a  corporation,  college,  or university  purchasing  department,  an
  903.  individual's name would be advisable, so that upgrade notices don't get  lost
  904.  in "receiving department".
  905.  
  906.  (We do not sell our mailing list, or otherwise make it available to anyone.)
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.                                                                        Page 14
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  Uploading to a Bulletin Board:
  927.  -----------------------------
  928.  
  929.  As mentioned, we encourage you to copy and share CompuShow with others. We do
  930.  ask, however, that you  be considerate when you  upload to a  BBS (or give  a
  931.  copy to a  friend, computer  club, or  user group.)  A number  of users  have
  932.  called asking for help because the CompuShow that they downloaded from a  BBS
  933.  was missing documentation, and/or support files. Be kind to the other guy! If
  934.  you're going  to upload  to a  BBS, be  sure you  include ALL  FILES in  your
  935.  upload. Not only  is this a  requirement for distribution  as ShareWare,  but
  936.  it's also the only way to be fair to the people who download it!
  937.  
  938.  BBS SysOps and ShareWare Distributors:
  939.  -------------------------------------
  940.  
  941.  We appreciate the distribution of CompuShow on electronic bulletin boards and
  942.  ShareWare disks. If you have a version of CompuShow which may be outdated  or
  943.  incomplete, or you just want to be sure you have the latest version,  contact
  944.  me. I'll send you the most current version  (at no charge), and put you on  a
  945.  mailing list to automatically receive free upgrades when available.
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.   Thank you for your support:   Bob Berry
  957.                                 Canyon State Systems and Software
  958.                                 Post Office Box 86
  959.                                 Sedona, Az. 86336
  960.                                 (602) 282-5070
  961.                                 CompuServe: [76555,167]
  962.                                 GEnie:      R.BERRY7
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.           GIF and "Graphics Interchange Format" are trademarks (tm) of
  980.                 CompuServe Incorporated, an H&R Block Company
  981.  
  982.     Copyright (c) 1990, Canyon State Systems and Software (tm), Sedona, Az.
  983.  
  984.                                                                        Page 15
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.