AmigaBasicShape: The S3 AmigaBasicShape class

AmigaBasicShapeR Documentation

The S3 AmigaBasicShape class

Description

A class that represents the file format used by Amiga Basic to store bitmap graphics: blitter objects and sprites.

Details

Amiga Basic used a specific format to store bitmap images that could be displayed using Basic code. Both sprites and blitter objects can be stored and used. This class is used to represent such files.

Author(s)

Pepijn de Vries

See Also

Other AmigaBasicShape.operations: rasterToAmigaBasicShape(), read.AmigaBasicShape(), write.AmigaBasicShape()

Examples

## Not run: 
ball   <- read.AmigaBasicShape(system.file("ball.shp", package = "AmigaFFH"))
r_logo <- read.AmigaBasicShape(system.file("r_logo.shp", package = "AmigaFFH"))

plot(ball)
plot(r_logo)

## End(Not run)

AmigaFFH documentation built on Aug. 27, 2023, 9:07 a.m.