Sixel
From Just Solve the File Format Problem
(Difference between revisions)
Line 16: | Line 16: | ||
* [[Netpbm]]: ppmtosixel (write-only) | * [[Netpbm]]: ppmtosixel (write-only) | ||
* [[Farbfeld Utilities]] (write only) | * [[Farbfeld Utilities]] (write only) | ||
+ | * xterm | ||
== Links == | == Links == |
Revision as of 16:45, 7 September 2018
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 |
Identification
Sixel files begin with 0x90
(DCS), or 0x1B 0x50
(Esc P).
Specifications
Software
- ImageMagick (starting with v6.8.9-9)
- libsixel
- Netpbm: ppmtosixel (write-only)
- Farbfeld Utilities (write only)
- xterm