home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 302.lha / ILBMLib / Contents < prev    next >
Text File  |  1980-12-03  |  2KB  |  52 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 and
  4. requester.library files to your boot disk's libs drawer. You can do this
  5. from the CLI, or from WB using the CopyLib program. Click on the CopyLib icon,
  6. and if the requester appears, then the requester library has been copied.
  7. Now select the ilbm.library, and click on "OK". Close the window to exit
  8. the program.
  9.   The Basic example needs the requester.bmap and ilbm.bmap files copied to
  10. your current directory.
  11.   The examples use the requester.library. This is a file selection requester
  12. with many features. The necessary docs for developers are on Fish #203.
  13. The StartUp code included on that disc had a bug in it. Use the StartUp code
  14. included here as a replacement.
  15.   All the necessary docs for the ilbm.library are in this directory.
  16.  
  17.   In addition, there are a few files of interest to non-developers.
  18.  
  19. ANIMInfo - Can display information about any ILBM or ANIM file such as size,
  20.            depth, number of colors, screen display mode, etc.
  21.  
  22.            ANIMInfo filename
  23.  
  24. ShowPic  - An ILBM viewer like CBM's display. Can cycle colors by pressing
  25.            the TAB key. This program can be made resident. Displays the
  26.            image until the user clicks the left mouse button. An additional
  27.            argument from the CLI can specify a number of seconds to display
  28.            the image. Written in assembly for small size.
  29.  
  30.            ShowPic filename [seconds]
  31.  
  32.            WorkBench users should click on the ShowPic icon and the icon for
  33.            the picture to be displayed, or change the Tool name to ShowPic
  34.            using the Info menu item on WorkBench.
  35.  
  36.   I would appreciate any comments/suggestions/bug reports
  37.  
  38.   Jeff Glatt
  39.   6 Sycamore Drive East
  40.   New Hartford, NY 13413
  41.   (315) 735-5350
  42.  
  43. COMING SOON:
  44.  
  45.   The dissidents Color Selection Requester - a library for changing screen
  46.        colors via a requester, like DPaint's.
  47.  
  48.   The dissidents SAMP reader/writer -  A professional alternative to 8SVX
  49.  
  50. P.S.  Keep it coming PD authors! Commodore doesn't support this machine.
  51.       Fred Fish does.
  52.