Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ilbm8lores.iff

An example file of a bitmap image stored in the Interchange File Format


Description

This file is provided to demonstrate the structure of an Interchange File Format and is used in several examples throughout this package.

Format

See IFFChunk-class and references for more information about the Interchange File Format.

Details

The Interchange File Format stores information compartmentally in separate containers called ‘chunks’. This file demonstrates how a bitmap image is stored in this format. In addition to the raw bitmap data, the file also contains meta-information on the bitmap dimensions, its colour palette and the display mode that should be used on an Amiga. See also interpretIFFChunk, IFFChunk-class and the example for bitmapToRaster.

References

Examples

## Not run: 
filename <- system.file("ilbm8lores.iff", package = "AmigaFFH")
example.iff <- read.iff(filename)

## show the structure of the IFF file:
print(example.iff)

## End(Not run)

AmigaFFH

Commodore Amiga File Format Handler

v0.3.1
GPL-3
Authors
Pepijn de Vries [aut, cre, dtc]
Initial release
2019-03-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.