SIXEL to PAM Converter

Export SIXEL graphics to PAM format online for free

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

Fast Conversion

SIXEL to PAM processing completes in seconds for typical image sizes. Cloud infrastructure keeps turnaround times consistently short.

Cloud Processing

Conversion runs on remote servers, so your computer stays fast. Even large SIXEL images are handled without slowing your device.

Terminal Image Export

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

How to convert SIXEL to PAM

1

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

2

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

3

Let the file convert and you can download your pam 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
PAM (Portable Arbitrary Map) is a raster image format added to the Netpbm family around the year 2000 by Bryan Henderson, the maintainer of Netpbm, as a generalization that unifies and extends the original PBM, PGM, and PPM formats. Where the classic Netpbm formats each handle a specific image type (PBM for bilevel, PGM for grayscale, PPM for color), PAM provides a single format that can represent any combination of channels, bit depths, and image types through a flexible ASCII header. The PAM header uses keyword-value pairs: WIDTH, HEIGHT, DEPTH (number of channels), MAXVAL (maximum sample value, up to 65535), and TUPLTYPE (a string identifying the image type — BLACKANDWHITE, GRAYSCALE, RGB, GRAYSCALE_ALPHA, RGB_ALPHA, or custom types). After the header, pixel data is stored in binary, with each sample occupying one or two bytes depending on MAXVAL. PAM's key innovation over its predecessors is native alpha channel support: GRAYSCALE_ALPHA (2-channel) and RGB_ALPHA (4-channel) tupletypes provide transparency without requiring a separate mask file, something the original PBM/PGM/PPM formats could not express. One advantage is format unification: a single PAM-reading implementation handles monochrome, grayscale, color, and alpha-augmented images, eliminating the need for separate parsers for each Netpbm variant. The extensible TUPLTYPE mechanism provides another practical strength — custom channel configurations (multispectral, depth + color, or any application-specific arrangement) can be represented and labeled without modifying the format specification. PAM is supported by Netpbm tools, ImageMagick, GIMP, and programming libraries that process the Netpbm family.
Initial release: 2000

Frequently Asked Questions

Why convert SIXEL to PAM?

Terminal-rendered SIXEL graphics are confined to the command line. Converting to PAM makes them usable across all platforms and apps.

What programs can open PAM?

GIMP, ImageMagick, XnView, and Netpbm toolkit tools open PAM images. This format is the most flexible in the Netpbm family.

How accurate is SIXEL to PAM conversion?

Since PAM supports lossless storage, the pixel data carries over without degradation. The result faithfully represents the source SIXEL image.

Is SIXEL to PAM conversion fast?

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

Can I convert multiple SIXEL images at once?

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

Which terminal emulators output SIXEL?

Terminals like mlterm, foot, WezTerm, and xterm (with SIXEL enabled) produce SIXEL graphics. Convert those outputs to PAM here.