graphics

Sixel Graphics

May 4, 2021
graphics

Reading time: 1 minutes and 7 seconds. What are Sixels? VT330/VT340 Programmer Reference Manual, Ch. 14 Sixel Graphics. Escape Character DCS (Device Control String): 0x90 OR ESC+P: 0x1B + 0x50 Termination ST (String Terminator) 0x0 OR ESC+\: 0x1B + 0x5C Control Functions LSB (least-significant bit) at the top. >>> 0x90 0x40 = 0x90 0b000001 ■ □ □ □ □ □ >>> 0x90 0x74 = 0x90 0b110100 ■ □ ■ □ ■ ■ >>> sixel2str = lambda i : '\n'. ...