ILBM

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
"ILBM" IFF Interleaved Bitmap
File:Electronic Arts historical logo.svg
Filename extension .iff, .lbm
Developed by Electronic Arts
Initial release 14 January 1985; 39 years ago (1985-01-14)
Type of format Image file formats
Contained by Interchange File Format
Standard EA IFF 85: Standard for Interchange Format[1][2][3]
Open format? Public domain source code

ILBM is a subtype of the Interchange File Format (IFF) used for storing picture data. ILBM stands for InterLeaved BitMap which refers to the way the pictures are stored. The image data is stored as a varying number of bitplanes, each storing one bit of data for each pixel in the image. The format supports horizontal and vertical RLE (Run Length Encoding) compression.

Besides supporting TrueColor (24-bit color) with or without an 8-bit alpha channel, the format is capable of closely matching the abilities and expectations of the original Amiga chipsets, of which three major revisions existed.

On the OCS/ECS chipsets up to 6 bitplanes are supported, which would normally limit the number of colors to 64. However only 32 palette registers are available. Usage of one to five bitplanes is straightforward, according to binary exponential progression (powers of 2). The first bitplane provides 2 colors, the second one doubles that to 4 colors, the third again doubles that to 8 colors, the fourth provides 16, and five bitplanes allows for 32 colors. With six bitplanes there are two display modes. Extra Half-Bright mode provides 64 colors, the last 32 being half as bright as the first. The Hold And Modify (or HAM) mode which while only making use of 16 palette colors, allowed the display of 4096 colors with some restrictions.

On the AGA chipset the Amiga is able to use 8 bitplanes and have 256 color registers. This means the addition of straight 64, 128, and 256 color modes. Additionally an upgraded HAM8 mode is made available, using 64 palette colors, and offering a maximum of 262,144 displayable colors.

Because ILBM is based on the Interchange File Format, the file consists of chunks. Each chunk consists of a 4-byte type, a 4-byte length field and a structure dependent on the type of the chunk. This makes it possible for programs to extend the format. Unknown chunks can be skipped because the length is known.

The following chunks are defined for the ILBM type:

  • BMHD (BitMapHeaDer)
  • CMAP (ColorMAP) - standard IFF chunk for color palette
  • GRAB (GRAB position)
  • CAMG (Commodore AMiGa computer)
  • BODY - all bitplanes and masks, interleaved by row

Of course, an ILBM file can have any of the standard IFF chunks for description of author, version, copyright etc. Files created with DPaint also have:

  • DPAN (Dpaint) - for storing Deluxe Paint's internal settings

A variation on the ILBM format exists called ANIM, which supports animation. This format has extra chunk types defined:

  • ANHD (ANimation HeaDer)
  • DLTA (DeLTA) - stores changes between frames, with various compression methods supported to make use of the redundancy between frames.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.