sixelDecode: Decode SIXEL escape sequence to image data
Description
Parse a SIXEL escape sequence and convert it to a raster array.
Usage
sixelDecode(data)
Value
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.