home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 May
/
Chip_2000-05_cd1.bin
/
sharewar
/
FFE
/
GRAPH.SWG
/
0011_LBM.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
897b
|
31 lines
--------I-LBM-M-----------------------------
The LBM/ILBM format is used by Deluxe Paint to store bitmap images. It
uses the IFF file format and Motorola byte order. FORMblock [BMHD]
This block contains the information about the image.
OFFSET Count TYPE Description
0000h 1 word The image width (x-axis)
0002h 1 word The image height (y-axis)
0004h 1 dword reserved
0008h 1 byte Bits per pixel
0009h 1 byte ??reserved??
FORMblock [BODY]
This block contains the (compressed) image data... ****
FORMblock [CRGN]
This block contains palette information for a range of palette entries.
FORMblock [TINY]
This block contains a small image used for previewing.
EXTENSION:IFF,LBM
OCCURENCES:AMIGA,PC
PROGRAMS:Deluxe Paint
REFERENCE:???
SEE ALSO:IFF