.SIX 文件扩展名
Sixel Image
| 开发者 | Digital Equipment Corporation |
| 受欢迎程度 |
4.0 | 4 票 |
什么是 SIX 文件?
A SIX file is a raster image saved in the Sixel image format. It contains an image that was meant to be printed by a Digital Equipment Corporation (DEC) dot matrix printer or computer terminal. SIX files are comprised of "sixels," which are sets of six pixel columns.
更多信息
DEC created the Sixel format for use on terminals and printers released in the 1980s. For example, the VT200 and VT300 series terminals can display images saved in the Sixel format.
Each Sixel image, or SIX file, is comprised of binary data encoded into strings of six-bit numbers. Each number is then converted into an ASCII character. Programs that can read the Sixel format convert these ASCII character strings into raster images.
如何打开 SIX 文件
You can open a SIX file with ImageMagick (multiplatform) or SixelViewer (Windows). You can also view the text a SIX file contains in any text editor.
如何转换 SIX 文件
You can use ImageMagick to convert SIX files to other image formats, including:

