SIX to PPM Converter

Turn SIXEL art into PPM images for free online

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

Cross-Platform Access

Whether you are on Windows, macOS, Linux, or mobile — SIX to PPM conversion is available from any connected device.

Browser-Based Tool

No downloads or plugins needed — convert SIX to PPM directly in your web browser on any operating system or device.

Terminal Art Capture

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

How to convert SIX to PPM

1

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

2

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

3

Let the file convert and you can download your ppm 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
PPM (Portable Pixmap) is the full-color member of the Netpbm image format family, created by Jef Poskanzer in 1988 as part of the Pbmplus toolkit for Unix systems. PPM stores RGB color images where each pixel contains three values (red, green, blue) ranging from 0 to a specified maximum, typically 255 for 8-bit-per-channel or 65535 for 16-bit-per-channel color. The format exists in ASCII (magic number P3), where pixel values are written as decimal numbers in row-major order, and binary (magic number P6), where values are stored as raw bytes for compact representation. Both variants begin with a plain-text header: magic number, width, height, and maximum color value. PPM completes the Netpbm trio alongside PBM (monochrome) and PGM (grayscale), serving as the universal color image intermediate in the convert-process-convert pipeline that defined Netpbm's approach to format interoperability. One advantage is absolute simplicity — PPM requires no compression libraries, container parsing, or metadata handling, making it the easiest full-color format to implement from scratch in any programming language. The format's widespread adoption in scientific computing and computer graphics education is another practical strength: PPM serves as a standard I/O format for ray tracers, image processing coursework, and visualization tools where implementation simplicity outweighs file size concerns. PPM is supported by ImageMagick, GIMP, and virtually all image processing libraries.
Developer: Jef Poskanzer
Initial release: 1988

Frequently Asked Questions

Why convert SIX to PPM?

SIXEL graphics only render in compatible terminals. A PPM conversion captures the visual content in a universally supported format.

What programs can open PPM?

GIMP, IrfanView, XnView, Photoshop, and Linux image viewers open PPM color images. It is part of the standard Netpbm toolkit.

Does SIX to PPM preserve quality?

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

How long does SIX to PPM conversion take?

Conversion is handled on cloud servers and usually completes in a few seconds. Larger or higher-resolution SIX images may take slightly longer.

Can I convert multiple SIX images at once?

Yes — upload multiple SIX files in one session and convert them all to PPM simultaneously. Batch processing saves time on repetitive tasks.

Can I convert terminal screenshots?

If the screenshot is saved as a SIX file with SIXEL encoding, yes. Upload it to Convertio and convert to PPM for universal viewing.