RLE to G3 Converter

Export research imagery to G3 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

RLE to G3 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 RLE images are handled without slowing your device.

Research Data Access

Utah RLE images from early CG research become viewable again when converted to G3 — no specialized toolkit needed.

How to convert RLE to G3

1

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

2

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

3

Let the file convert and you can download your g3 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
G3 is a monochrome image format based on the ITU-T Group 3 facsimile coding standard (Recommendation T.4), ratified by the CCITT in 1980 as the universal compression method for fax transmission over telephone networks. G3 files contain 1-bit (black and white) image data encoded using Modified Huffman (MH) one-dimensional coding, where each scanline is independently compressed by replacing runs of consecutive white or black pixels with variable-length codewords from a predefined Huffman table optimized for typical document content. The standard also defines an optional two-dimensional coding mode (Modified READ) that encodes each line as differences from the previous line, achieving better compression for pages with vertical redundancy. Standard G3 resolution is 204 pixels per inch horizontally and either 98 (standard) or 196 (fine) pixels per inch vertically, producing the characteristic slightly-stretched appearance of received fax documents. The encoding was carefully optimized for the real-time transmission constraints of 1980s modems operating at 2400 to 14400 bps, where encoding and decoding speed had to match the communication channel rate. One advantage is universal telecommunications compatibility: Group 3 encoding remains the mandatory baseline codec for every fax machine manufactured, ensuring that G3 image data can be transmitted to or received from any fax device worldwide. The format's efficiency for document content is another strength — the Huffman tables were statistically tuned to the run-length distributions found in business documents, and typical pages compress to under 30 KB. G3 files are supported by LibreOffice, ImageMagick, and fax server software.
Developer: ITU-T (CCITT)
Initial release: 1980

Frequently Asked Questions

Why convert RLE to G3?

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

What programs can open G3?

IrfanView, GIMP, and fax processing software open G3 fax images. Linux command-line tools like g3topbm also handle this format.

How accurate is RLE to G3 conversion?

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

Is RLE to G3 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 queue several RLE files for conversion?

Absolutely. Add several RLE images at once, set G3 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.