SIX to XPM Converter

Convert terminal imagery to XPM format online for free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Quick Turnaround

Most SIX files convert to XPM within moments. Server-side processing ensures speed regardless of your device capabilities.

Any Device Works

Convert SIX to XPM from a desktop, laptop, tablet, or phone. Any device with a modern browser and internet connection works.

Terminal Art Capture

Convert DEC terminal SIX graphics to XPM — turn text-encoded terminal imagery into standard images anyone can view.

How to convert SIX to XPM

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose xpm or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your xpm file right afterwards

About formats

SIX is a file extension for SIXEL (Six Pixel) graphics data, a bitmap graphics format developed by Digital Equipment Corporation (DEC) in 1983 and introduced with the LA50 dot matrix printer. SIXEL encodes images as a sequence of printable ASCII characters, where each character represents a column of six vertical pixels (a 'sixel') — the character's ASCII value minus 63 provides a 6-bit binary pattern, with each bit controlling one pixel in the vertical column. The encoding is structured as a series of sixel bands (each six pixels tall) across the image width, with control sequences for color selection (up to 256 registers with HLS or RGB specification), repeat counts (run-length encoding for efficiency), carriage return, and newline commands. SIXEL data is transmitted to the output device using DEC's standard escape sequence protocol, embedded within the text stream alongside regular character output. Originally designed for DEC's line of printers and later supported by DEC VT-series terminals (VT240, VT330, VT340), SIXEL has experienced a remarkable revival in modern terminal emulator software. One advantage is terminal-native image display: SIXEL allows images to be rendered directly within a text terminal session without requiring a graphical window system, enabling command-line tools to display graphs, photographs, and previews inline with text output. This capability has driven adoption in modern terminals like mlterm, xterm, WezTerm, and foot. SIX/SIXEL data can be generated by ImageMagick, libsixel, and chafa, and viewed in any SIXEL-capable terminal emulator.
Initial release: 1983
XPM (X PixMap) is a color image format for the X Window System, developed by Arnaud Le Hors at GROUPE BULL beginning in 1989 as the color successor to the monochrome XBM format. Like XBM, XPM files are valid C source code — each file defines the image as a static array of character strings, where the header strings specify width, height, number of colors, and characters per pixel, the color definition strings map character codes to color values (supporting X11 color names, hexadecimal RGB, and symbolic color types like 'background' and 'foreground'), and the pixel strings encode each row as a sequence of character codes that index the color palette. This ASCII art representation makes XPM images human-readable: one can often see the image content directly in the text of the source file. The format went through three revisions: XPM1 (1989, compatible with X10), XPM2 (simplified syntax), and XPM3 (1991, the current version with the static char* syntax and extended color specification). XPM was the standard format for X Window application icons, splash screens, pixmap buttons, and themed UI elements throughout the 1990s and 2000s. One advantage is the combined benefits of being a valid C source file and a color image: XPM files can be compiled into applications, edited in any text editor, processed by text tools, and version-controlled, while supporting up to 256 colors with transparency (using the 'None' color keyword). The X11 ecosystem's reliance on XPM ensures broad tool support. XPM files are handled by all X11 toolkits, ImageMagick, GIMP, and web browsers (legacy support).
Initial release: 1989

Frequently Asked Questions

Why convert SIX to XPM?

DEC SIX terminal images cannot be opened in regular image viewers. Converting to XPM preserves the artwork in a portable form.

What programs can open XPM?

GIMP, Inkscape, X Window applications, and text editors open XPM pixmap files. Like XBM, XPM is stored as readable C source code.

Will I lose image quality converting SIX to XPM?

XPM preserves image data without lossy compression, so the visual content from your SIX is retained faithfully during conversion.

How long does SIX to XPM conversion take?

The process is fast — cloud-based processing handles SIX to XPM conversion in seconds for standard-sized images, even on slower connections.

Can I queue several SIX files for conversion?

Absolutely. Add several SIX images at once, set XPM as the output, and the converter processes them all in parallel for maximum efficiency.

Is SIX the same as SIXEL?

Yes — SIX is the short-form extension for SIXEL graphics. Both refer to the same DEC terminal image encoding and work identically here.