Learn R Programming

terminalgraphics (version 0.1.1)

raster2sixel: Dump an image raster to the terminal in Sixel format

Description

Dump an image raster to the terminal in Sixel format

Usage

raster2sixel(raster)

Value

Called for it's side effect of writing the image to the terminal (standard out). Returns NULL invisibly.

Arguments

raster

the image 'raster' e.g. the output of as.raster.

Details

Sixel is a bitmap format supported by some terminals. See, for example, https://en.wikipedia.org/wiki/Sixel.

See Also

See raster2tgp for output using Terminal Graphics Protocol.