RLE to XBM Converter

Turn compressed rasters into XBM images for free online

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 XBM 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 XBM — accessible to researchers and historians alike.

Effortless Process

The RLE to XBM converter guides you through a clear upload-convert-download workflow — no technical expertise required.

How to convert RLE to XBM

1

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

2

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

3

Let the file convert and you can download your xbm 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
XBM (X BitMap) is a monochrome (1-bit) image format defined as part of the X Window System, originating at MIT around 1987. XBM files are unique among image formats in being valid C source code: each file defines the image as a static array of unsigned char values containing the packed pixel data, preceded by #define statements specifying the image width, height, and optional hot-spot coordinates (for cursor images). The pixel data is stored in hexadecimal byte values within curly braces, with each bit representing one pixel (1 = foreground, 0 = background) and bits ordered LSB-first within each byte. This design was intentional — XBM images could be #included directly into X Window application source code and compiled into the binary, eliminating the need for external file loading and runtime format parsing. The format was used throughout the X11 ecosystem for cursor shapes, window icons, toolbar buttons, and other small UI elements. One advantage is the source-code nature of the format: XBM files can be edited with a text editor, diff'd and merged in version control, generated by shell scripts, and compiled directly into C programs without any image loading library — a level of toolchain integration that no binary image format can match. The format's role as part of the X Window standard ensures it is understood by every X11-aware toolkit and application. While limited to monochrome and no compression, XBM's simplicity makes it an excellent teaching format for understanding bitmap representations. XBM files are supported by all X11 applications, ImageMagick, GIMP, web browsers (as a legacy web format), and programming environments.
Developer: MIT X Consortium
Initial release: 1987

Frequently Asked Questions

Why convert RLE to XBM?

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

What programs can open XBM?

Web browsers, GIMP, Inkscape, and X Window applications open XBM bitmap images. This text-based format is easily human-readable.

How accurate is RLE to XBM conversion?

XBM 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 XBM?

Most RLE images convert to XBM within seconds. The exact time depends on the resolution and complexity of the source, but it is typically quick.

Can I queue several RLE files for conversion?

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

Can I convert old CG research imagery?

Yes — if your files are in Utah RLE format, upload them to Convertio and convert to XBM for modern viewing and analysis.