powered by
Reads an image from a SIXEL file into a raster array.
readSIXEL(source)
A raster array with values ranging from 0 to 1. The array has dimensions (height, width, 3) where the third dimension represents the R, G, and B color channels.
character, name of the file to read from.
# read a sample file img <- readSIXEL(system.file("snake.six", package="rsixel"))
Run the code above in your browser using DataLab