Sixel
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Category:Digital Equipment Corporation) |  (→Software) | ||
| Line 12: | Line 12: | ||
| == Software == | == Software == | ||
| + | * [http://saitoha.github.io/libsixel/ libsixel] | ||
| * [[Netpbm]]: ppmtosixel (write-only) | * [[Netpbm]]: ppmtosixel (write-only) | ||
Revision as of 13:16, 5 April 2016
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).

