RLE to SIXEL Converter

Export Utah RLE images to SIXEL format online for free

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

Multi-File Processing

Queue several RLE files at once and convert them all to SIXEL simultaneously. Batch mode streamlines repetitive conversion work.

Cross-Platform Access

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

File Privacy First

Uploaded RLE images and converted SIXEL results are automatically purged — originals immediately, outputs within 24 hours.

How to convert RLE to SIXEL

1

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

2

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

3

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

About formats

RLE (Run-Length Encoded) in the context of the Utah RLE format refers to a raster image file format developed by Spencer W. Thomas at the University of Utah's Computer Science Department around 1983, as part of the Utah Raster Toolkit. The format stores images using a scanline-oriented run-length encoding scheme that compresses sequences of identical pixel values into count-value pairs, achieving good compression ratios for images with large areas of solid color — typical of computer-generated graphics and rendered scenes common in computer science research at the time. Utah RLE supports 1 to 255 color channels per pixel, with 8 bits per channel, and includes a header specifying image dimensions, number of channels, background color, and an optional color map. The format accommodates alpha channel data as an additional channel, and empty scanlines (matching the background color) can be omitted entirely for further compression. The Utah Raster Toolkit provided a suite of Unix command-line tools for manipulating RLE images — operations like compositing, scaling, rotating, color manipulation, and format conversion — establishing a software paradigm later echoed by Netpbm and ImageMagick. One advantage is the format's foundational role in computer graphics: the Utah Raster Toolkit and its RLE format emerged from the same research environment that produced the Phong shading model, Gouraud shading, and the teapot — and much of the early computer graphics research output was stored in this format. The format is supported by ImageMagick, GIMP, and various legacy graphics tools.
Initial release: 1983
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

Frequently Asked Questions

Why convert RLE to SIXEL?

Utah RLE is an academic format with very limited tool support. Converting to SIXEL ensures your computer graphics research data remains accessible.

What programs can open SIXEL?

Modern terminals like mlterm, foot, WezTerm, and xterm render SIXEL inline. ImageMagick processes SIXEL files on the command line.

Is the conversion from RLE to SIXEL lossless?

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

How quickly can I convert RLE to SIXEL?

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

Can I convert multiple RLE images at once?

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

Is RLE the same as RLE-compressed BMP?

No — this refers to the Utah Raster Toolkit RLE format, not BMP with RLE compression. They are distinct formats with different structures.