home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / graphics / imgviewr / viewer.txt < prev    next >
Text File  |  1985-11-17  |  4KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.      Documentation for:
  9.  
  10.      Image Viewer v.0.50mcprda
  11.      for Monochrome and Color systems.
  12.  
  13.      Copyright 1988-1990
  14.      by Michael Bergman
  15.      3368 Governor Dr. Ste. F-223
  16.      San Diego, CA 92122
  17.      (619) 558-7866
  18.  
  19.  
  20.      Is it a desk accessory or a program?  It's both!  Simply change
  21.      the extension to .PRG to run it as a program or .ACC to run as an
  22.      accessory or simply load it into MultiDesk by Charles F. Johnson
  23.      of CodeHead Software.
  24.  
  25.      This is an updated version of a desk accessory I wrote back in
  26.      1988.  It will load .IMG, MacPaint, Degas Elite P?3 files as well
  27.      as the .CL? files that DTPaint uses for its Lasso, Jack Knife, and
  28.      Block tools.
  29.  
  30.      AS A PROGRAM
  31.      You can load pictures by selecting from the menu under "File" or
  32.      using their respective key-codes: [alt] i, m, p, c.  You do not
  33.      have to worry about memory allocation since Image Viewer handles
  34.      all of that.
  35.  
  36.      AS A DESK ACCESSORY
  37.      You do not have to use a menu to select a file, since no menu is
  38.      available, and you can't use the key-codes except when the Image
  39.      Viewer window is active so [alt] i, m, p, c are pretty useless.
  40.      When the DA first comes up, you will have to allocate some memory
  41.      for it.  The bottom line is 32K bytes (enough for a .P?3 picture),
  42.      but the default is set to 60K which will hold a MacPaint picture.
  43.      Memory will be taken from the pool that you have allocated for the
  44.      the picture.  If you want to release the memory that you have
  45.      allocated then press [alt] d (remember to have the Image Viewer
  46.      window active).
  47.  
  48.      OTHER FEATURES
  49.      The cursor arrow keys at the left of the main keyboard will let
  50.      you scroll pictures at a rate of 25 pixels per press.  The info
  51.      bar will show you the picture's dimensions and resolution (only
  52.      meaningful for the .IMG pictures).
  53.  
  54.      What more could you want???
  55.  
  56.      Limitations:
  57.  
  58.      Only one window at a time.  Sorry about that.  As soon as I
  59.      finish my window handling routine, I will improve this.
  60.  
  61.      "What about other picture formats?"  What about 'em?  Perhaps, in
  62.      the future, I will add other formats.
  63.  
  64.  
  65.                                    - 1 -
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      THE MOMENT OF TRUTH
  74.      The author or anyone else remotely connected with Image Viewer
  75.      cannot be responsible for any damage to your hardware, software,
  76.      physical state, piece of mind, or anything else caused directly or
  77.      indirectly by the use of this program.
  78.  
  79.      Com'on, it's only a viewer!
  80.  
  81.      Image Viewer is FREEWARE as all "viewers" should be so go ahead
  82.      and spread it around!  However, it is copyrighted 1988-1990 by
  83.      Michael Bergman.
  84.  
  85.  
  86.      Bug reports, compliments, ranting and raving should be directed
  87.      towards me at the address at the top of the document.
  88.  
  89.  
  90.      MacPaint is a trademark of Apple Corp.
  91.      Degas Elite is a trademark of Batteries Included which is owned by
  92.      Electronic Arts.
  93.      MultiDesk is a trademark of CodeHead Software.
  94.      Charles F. Johnson is a trademark of Little Green Footballs but is
  95.      currently on loan to CodeHead Software.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                    - 2 -
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.                                    - 3 -
  198.  
  199.