home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d01xx / d0199.lha / Viewer / Sho.doc < prev    next >
Text File  |  1989-03-31  |  2KB  |  59 lines

  1.                                   Sho
  2.  
  3.                      Copyright, 1989 Mike McKittrick
  4.                           all rights reserved
  5.  
  6.    Sho is a small assembly language program (988 bytes) for viewing any
  7.    IFF picture available on the Amiga.  This program may be freely
  8.    distributed providing this doc file is included with the program.
  9.  
  10.    Sho works only from the CLI and would be a nice addition for any
  11.    C: directory.  Features include:
  12.  
  13.        1) Color-cycling using the <TAB> key (toggles cycling on and off).
  14.        2) The mouse pointer is turned off while viewing.
  15.        3) Displays most brushes (like those created with Deluxe Paint).
  16.  
  17.    Sho will display the following formats:
  18.  
  19.            RESOLUTION     COLORS       OVERSCAN
  20.  
  21.            320 x 200       32       352 & 384 x 240
  22.            320 x 200       64       352 & 384 x 240  (half-brite)
  23.            320 x 200       4096     352 & 384 x 240  (H.A.M)
  24.            320 x 400       32       352 & 384 x 480
  25.            320 x 400       64       352 & 384 x 480  (half-brite)
  26.            320 x 400       4096     352 & 384 x 480  (H.A.M)
  27.            640 x 200       16       704 & 768 x 240
  28.            640 x 400       16       704 & 768 x 480
  29.  
  30.    To use Sho just type:
  31.  
  32.    1> Sho filename    (where 'filename' is the name of your picture file)
  33.  
  34.    You may specify a single option after the filename. Valid options are:
  35.  
  36.       -l (or -L)   displays a non-interlace picture in interlace.
  37.                    (ideal for photographing). type:
  38.  
  39.                    1> Sho filename -l
  40.  
  41.       -s (or -S)   displays Sculpt-3D/4D H.A.M. images properly.
  42.                    (Sho thinks these are half-brite pictures due to the
  43.                     way Sculpt saves them). type:
  44.  
  45.                    1> Sho filename -s
  46.  
  47.    Exit by clicking the left mouse button anywhere on the screen
  48.    (except the top which is used for dragging the screen down).
  49.    Note: Dragging the screen down will make the mouse pointer visible.
  50.  
  51.    This program is distributed WITHOUT ANY WARRANTY.  The author accepts
  52.    no responsibility for the accuracy or usefulness of this program.
  53.    Send comments, questions, and bug reports to:
  54.  
  55.                    Mike McKittrick
  56.                    26317 Delos Drive
  57.                    Torrance, Calif.  90505
  58.                    (213) 325-5105
  59.