ILBM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Special types of ILBM)
Line 22: Line 22:
 
== Special types of ILBM ==
 
== Special types of ILBM ==
 
The plain ILBM format is reasonably well standardized. This section describes some of the ''other'' ILBM formats.
 
The plain ILBM format is reasonably well standardized. This section describes some of the ''other'' ILBM formats.
 
=== PBM ===
 
PBM ('''Planar BitMap''') files have FORM type of "<code>PBM&nbsp;</code>" instead of <code>ILBM</code>, and the image data is organized differently.
 
 
This is not to be confused with [[Netpbm formats|Netpbm-PBM]], a much more common format named PBM.
 
  
 
=== Hold-and-Modify ===
 
=== Hold-and-Modify ===
Line 45: Line 40:
  
 
Extra-Halfbrite files are identified by bit 7 of the <code>CAMG</code> chunk being set.
 
Extra-Halfbrite files are identified by bit 7 of the <code>CAMG</code> chunk being set.
 +
 +
=== Deep images ===
 +
Non-paletted (for example, 24-bit RGB) ILBM images are sometimes called "deep images". This is not to be confused with [[IFF-DEEP]], a different format.
 +
 +
=== PBM ===
 +
PBM ('''Planar BitMap''') files have FORM type of "<code>PBM&nbsp;</code>" instead of <code>ILBM</code>. Each pixel is stored contiguously, and there is only a single plane.
 +
 +
This is not to be confused with [[Netpbm formats|Netpbm's PBM format]].
  
 
=== ACBM ===
 
=== ACBM ===

Revision as of 12:54, 25 January 2015

File Format
Name ILBM
Ontology
Extension(s) .iff, .lbm, .ilbm, .pic, others
PRONOM fmt/338, x-fmt/424, x-fmt/301

ILBM (or IFF-ILBM, or LBM) is a loosely-defined family of raster image file formats that use the IFF container format. ILBM stands for InterLeaved BitMap.

It is also sometimes called IFF or Amiga IFF, though IFF more properly refers to the generic IFF format on which ILBM is based.

As seems to be common practice, we consider ILBM to include some similar formats whose type identifier is not "ILBM", and which are not necessarily interleaved. We exclude formats that use incompatible variants of IFF.

ILBM files were widely used on Amiga computers, but are not limited to that platform. The format originated with the Deluxe Paint program from Electronic Arts.

When "lost" computer graphics created by Andy Warhol on an Amiga computer were discovered and converted by retrocomputing buffs at the Carnegie Mellon University Computer Club in 2013, some of them were found to be in a slight variant of the ILBM format, with a .pic extension.

Contents

Identification

The file begins with the ASCII string FORM, and has a type identifier at offset 8 that is usually ILBM. A BMHD chunk appears somewhere in the file, usually immediately after ILBM.

Some variants formats have a "FORM type" that is something other than ILBM, such as "PBM ", ACBM, RGBN, or RGB8.

Special types of ILBM

The plain ILBM format is reasonably well standardized. This section describes some of the other ILBM formats.

Hold-and-Modify

Hold-and-Modify (HAM) images are designed to work with the Amiga's oddball Hold-and-Modify graphics modes. There are two kinds of HAM images: HAM6 (6 bits per pixel) and HAM8 (8 bits per pixel). The term HAM sometimes refers just to HAM6.

It is usually said that HAM6 supports up to 4096 different colors in an image, and HAM8 supports 262,144. This is probably true with regard to the actual Amiga graphics modes, but some not-so-carefully-written ILBM specifications imply that more colors are possible. Not that it matters much, because the real limitation is that, for each pixel, there are at most 64 or 256 available colors.

HAM6

HAM6 files have bit 11 of the CAMG chunk set, 6 planes (rarely 5), and 16 palette colors.

Reportedly, some HAM6 files are missing the CAMG chunk. A file with no CAMG chunk, 6 bit planes, and 16 palette colors is probably HAM6.

HAM8

HAM8 files have bit 11 of the CAMG chunk set, 8 planes (rarely 7), and 64 palette colors.

Extra-Halfbrite

Extra-Halfbrite (EBH) images are designed to work with the Amiga's Halfbrite graphics mode. They have 6 planes, but only 32 colors in the palette. In effect, the palette should be assumed to have an additional 32 colors that are half as bright as the first 32.

Extra-Halfbrite files are identified by bit 7 of the CAMG chunk being set.

Deep images

Non-paletted (for example, 24-bit RGB) ILBM images are sometimes called "deep images". This is not to be confused with IFF-DEEP, a different format.

PBM

PBM (Planar BitMap) files have FORM type of "PBM " instead of ILBM. Each pixel is stored contiguously, and there is only a single plane.

This is not to be confused with Netpbm's PBM format.

ACBM

ACBM (Amiga Contiguous Bitmap) is a variant of ILBM designed to be used efficiently by AmigaBASIC. The image is separated into bit-planes and then rows, instead of rows and then bit-planes.

The "FORM type" is ACBM (instead of ILBM), and instead of a BODY chunk there is an ABIT chunk.

Specifications

Software

It is possible that there is no single application that does a good job of decoding the full range of ILBM formats. More research is needed here.

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox