home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
misc
/
getilbm
/
readme
< prev
next >
Wrap
Text File
|
1994-11-11
|
643b
|
18 lines
GetILBM
Here are two AGA-compatible functions for loading IFF ILBM files,
carefully distilled from that mess of code in the back of RKM:Devices
or Developer's Toolkit. AGA supported! This module requires
iffparse.library to be in your libs: directory.
LoadILBMBitMap() loads an ILBM file into a BitMap, returning the Bitmap
pointer. Free the BitMap with freeBitMap().
LoadILBMScreen() loads an ILBM file into a Screen, returning the Screen
pointer. Display the screen with ScreenToFront(), free it with
freeilbmScreen().
The executable file getilbm is a demo picture viewer.
See the beginning of getilbm.c for complete documentation.