SIXEL to PPM Converter

Turn inline terminal 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 — SIXEL to PPM conversion is available from any connected device.

Quick Turnaround

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

Terminal Image Export

SIXEL graphics from modern terminals become portable when converted to PPM — share terminal art beyond the command line.

How to convert SIXEL 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

SIXEL (Six Pixel) is a bitmap graphics encoding format created by Digital Equipment Corporation (DEC) in 1983 for rendering images on character-cell printers and video terminals. The name derives from the encoding's fundamental unit: a column of six pixels represented by a single ASCII character. Each printable character in the sixel data stream (ASCII 63-126) encodes a 6-pixel vertical column, with the character's binary value determining which pixels are on or off. Color is specified through register-based palette control: a Select Color Sequence assigns an HLS or RGB color value to a numbered register, and subsequent sixel characters use that color until another register is selected. The encoding supports raster attributes for specifying pixel aspect ratio and image dimensions, repeat sequences (! followed by a count and character) for run-length compression of identical columns, and $ (carriage return) and - (new line) for navigating the sixel grid. DEC implemented SIXEL support in their VT240, VT241, VT330, and VT340 terminals, as well as multiple printer models. One advantage of the SIXEL encoding is its ASCII-clean nature: the data stream consists entirely of printable characters and standard control sequences, meaning SIXEL graphics can be transmitted through any text-based communication channel — serial terminals, SSH sessions, telnet connections — without requiring binary-safe transport or protocol modifications. The format's modern renaissance provides another remarkable dimension: after decades of obscurity, SIXEL support has been implemented in numerous contemporary terminal emulators, enabling inline image display in command-line workflows. SIXEL output can be generated by ImageMagick, libsixel, chafa, and various plotting libraries.
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 SIXEL to PPM?

SIXEL graphics are designed for terminal display, not general use. Converting to PPM produces a portable image for sharing or editing.

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.

How accurate is SIXEL to PPM conversion?

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

Is SIXEL to PPM conversion fast?

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

Does Convertio support batch SIXEL to PPM conversion?

Batch conversion is supported. Queue as many SIXEL files as you need and convert them all to PPM in a single run — no repeating steps manually.

Is SIXEL the same as SIX format?

They are the same encoding — SIXEL is the full name, SIX is the short extension. Convertio handles both identically for conversion.