Conversion Formats

Convert SIXEL to UYVY

Convert DEC SIXEL Graphics Format to 16bit/pixel interleaved YUV

DEC SIXEL Graphics Format
Image Read Write
SIXEL is a bitmap graphics format developed by DEC (Digital Equipment Corporation) to use on printers and terminals. Such image consists of six pixels high and one pixel wide represented as an escaped sequence. If you want to open a SIXEL file but do not have a DEC terminal, the only way is to convert it to another more common format.
16bit/pixel interleaved YUV
Image Read Write
This is a color system for displaying image and video files. The luminance component (Y) in UYVY is digitized at each point, whereas the color difference components (U, V) are digitized two times less frequently. It has a 16 bits/pixel structure, and it is used in video rendering and image editors.
Supported: Conversion from SIXEL to UYVY is listed.

View SIXEL details View UYVY details ← Back to all formats