Sixel
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files and abydos converter) |
(Added file extensions) |
||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
| + | |extensions={{ext|six}}, {{ext|sixel}} | ||
}} | }} | ||
'''Sixel''' is a raster graphics format used by some DEC terminals and printers. It consists of control codes and data such that, when printed to the terminal, an image will be displayed. | '''Sixel''' is a raster graphics format used by some DEC terminals and printers. It consists of control codes and data such that, when printed to the terminal, an image will be displayed. | ||
Latest revision as of 18:43, 28 December 2023
Sixel is a raster graphics format used by some DEC terminals and printers. It consists of control codes and data such that, when printed to the terminal, an image will be displayed.
Contents |
[edit] Identification
Sixel files begin with 0x90 (DCS), or 0x1B 0x50 (Esc P).
[edit] Specifications
[edit] Software
- ImageMagick (starting with v6.8.9-9)
- libsixel
- Netpbm: ppmtosixel (write-only)
- Farbfeld Utilities (write only)
- xterm
- abydos