RLE to XPM Converter

Export Utah RLE images 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

Batch Support

Upload multiple RLE images and convert them all to XPM in one session — no need to repeat the process for each individual file.

Academic Archive

Preserve pioneering computer graphics imagery by converting RLE rasters to XPM — accessible to researchers and historians alike.

File Privacy First

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

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

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
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 RLE to XPM?

RLE raster images from the Utah toolkit are hard to open today. A XPM conversion unlocks them for modern viewers and editing software.

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 RLE to XPM?

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

Is RLE to XPM conversion fast?

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

Can I convert multiple RLE images at once?

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

What resolution does RLE support?

Utah RLE supports arbitrary image dimensions. The converter handles any valid RLE resolution and outputs it faithfully as XPM.