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

View source: R/raster2sixel.R

raster2sixelR Documentation

Dump an image raster to the terminal in Sixel format

Description

Dump an image raster to the terminal in Sixel format

Usage

raster2sixel(raster)

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.

Value

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

See Also

See raster2tgp for output using Terminal Graphics Protocol.


terminalgraphics documentation built on Aug. 28, 2025, 9:09 a.m.