.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:

