Sixel
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics }} '''Sixel''' is a raster graphics format used by some DEC terminals and printers. It consists of control codes and data ...") | m (→Software) | ||
| Line 12: | Line 12: | ||
| == Software == | == Software == | ||
| − | * [ | + | * [[Netpbm]]: ppmtosixel (write-only) | 
| == Links == | == Links == | ||
| * [[Wikipedia:Sixel|Wikipedia article]] | * [[Wikipedia:Sixel|Wikipedia article]] | ||
Revision as of 02:09, 12 June 2015
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
- Netpbm: ppmtosixel (write-only)

