README 425 B

1234567891011
  1. This package provides encoder/decoder implementation for DEC SIXEL
  2. graphics, and some converter programs.
  3. SIXEL is one of image formats for printer and terminal imaging
  4. introduced by Digital Equipment Corp. (DEC). Its data scheme is
  5. represented as a terminal-friendly escape sequence. So if you want
  6. to view a SIXEL image file, all you have to do is "cat" it to your
  7. terminal.
  8. mlterm is recommended for good SIXEL support.