ea iff 85 is electronic arts' standard for interchange format files. "ILBM" is a format for a 2 dimensional raster graphics image, specifically an InterLeaved bitplane BitMap image with color map. An ILBM is an IFF "data section" or "form type", which can be an iff file or a part of one. ILBM allows simple, highly portable raster graphic storage. An ILBM is an archival representation designed for three uses. First, a stand- alone image that specifies exactly how to display itself (resolution, size, color map, etc.). Second, an image intended to be merged into a bigger picture which has its own depth, color map, and so on. And third, an empty image with a color map selection or "palette" for a paint program. ILBM is also intended as a building block for composite IFF forms like "animation sequences" and "structured graphics". some uses of ILBM will be to preserve as much information as possible across disparate environments. Other uses will be to store data for a single program or highly cooperative programs while maintaining subtle details. So we're trying to accomplish a lot with this one format. This memo is the IFF supplement for FORM ILBM. Section 2 defines the purpose and format of property chunks bitmap header "bmhd", color map "cmap", hotspot "grab", destination merge data "dest", sprite information "sprt", and commodore amiga viewport mode "camg". section 3 defines the standard data chunk "body". these are the "standard" chunks. section 4 defines the non- standard data chunks. Additional specialized chunks like texture pattern can be added later. The ILBM syntax is summarized in appendix a as a regular expression and in appendix b as a box diagram. appendix c explains the optional run encoding scheme. appendix d names the committee responsible for this FORM ILBM standard. Details of the raster layout are given in part 3, standard data chunk. Some elements are based on the Commodore Amiga hardware but generalized for use on other computers. An alternative to ILBM would be appropriate for computers with true color data in each pixel, though the wealth of available ILBM images makes import and export important. reference