Sixel
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(Added file extensions) |
||
(3 intermediate revisions by 2 users not shown) | |||
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. | ||
Line 15: | Line 16: | ||
* [http://saitoha.github.io/libsixel/ libsixel] | * [http://saitoha.github.io/libsixel/ libsixel] | ||
* [[Netpbm]]: ppmtosixel (write-only) | * [[Netpbm]]: ppmtosixel (write-only) | ||
+ | * [[Farbfeld Utilities]] (write only) | ||
+ | * xterm | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/sixel}} | ||
== Links == | == Links == |
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