home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d720 / drawmap.lha / DrawMap / ilbmlib.lha / ilbmlib / Contents < prev    next >
Text File  |  1991-02-15  |  1KB  |  34 lines

  1.     This directory contains a disk-based library designed to read/write IFF
  2. files. There are examples in C, assembly, and Basic for using this library.
  3.     In order to use the examples, you must copy the ilbm.library, color.library,
  4. and requester.library files to your boot disk's libs drawer.
  5.     The Basic example needs the requester.bmap and ilbm.bmap files copied to
  6. your current directory, as well as the color.bmap. 
  7.     All the necessary docs for the ilbm.library are in this directory.
  8.  
  9.     In addition, there are a few files of interest to non-developers.
  10.  
  11. ANIMInfo -    Can display information about any ILBM or ANIM file such as size,
  12.                 depth, number of colors, screen display mode, etc.
  13.  
  14.                 ANIMInfo filename
  15.  
  16. ShowPic  -    An ILBM viewer like CBM's display. Can cycle colors by pressing
  17.                 the TAB key. This program can be made resident. Displays the
  18.                 image until the user clicks the left mouse button. An additional
  19.                 argument from the CLI can specify a number of seconds to display
  20.                 the image. Written in assembly for small size.
  21.  
  22.                 ShowPic filename [seconds]
  23.  
  24.                 WorkBench users should click on the ShowPic icon and the icon for
  25.                 the picture to be displayed, or change the Tool name to ShowPic
  26.                 using the Info menu item on WorkBench.
  27.  
  28.     I would appreciate any comments/suggestions/bug reports
  29.  
  30.     Jeff Glatt
  31.     6 Sycamore Drive East
  32.     New Hartford, NY 13413
  33.     (315) 735-5350
  34.