home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / gfx / misc / getilbm / readme < prev    next >
Text File  |  1994-11-11  |  643b  |  18 lines

  1. GetILBM
  2.  
  3. Here are two AGA-compatible functions for loading IFF ILBM files,
  4. carefully distilled from that mess of code in the back of RKM:Devices
  5. or Developer's Toolkit.  AGA supported!  This module requires
  6. iffparse.library to be in your libs: directory.
  7.  
  8. LoadILBMBitMap() loads an ILBM file into a BitMap, returning the Bitmap
  9. pointer.  Free the BitMap with freeBitMap().
  10.  
  11. LoadILBMScreen() loads an ILBM file into a Screen, returning the Screen
  12. pointer.  Display the screen with ScreenToFront(), free it with
  13. freeilbmScreen().
  14.  
  15. The executable file getilbm is a demo picture viewer.
  16.  
  17. See the beginning of getilbm.c for complete documentation.
  18.