Sixel
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files and abydos converter) |
|||
Line 17: | Line 17: | ||
* [[Farbfeld Utilities]] (write only) | * [[Farbfeld Utilities]] (write only) | ||
* xterm | * xterm | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/sixel}} | ||
== Links == | == Links == |
Revision as of 18:42, 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 |
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
- abydos