RLE to PCT Converter

Convert compressed rasters to PCT 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 PCT 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.

No Install Required

The entire RLE to PCT conversion runs in your browser. No desktop software, no plugins — just upload and convert.

How to convert RLE to PCT

1

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

2

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

3

Let the file convert and you can download your pct 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
PCT (also known as PICT) is a metafile graphics format originally developed by Apple Computer and introduced alongside the original Macintosh in January 1984. PCT files can contain both vector drawing commands and raster bitmap data, encoded as a sequence of QuickDraw drawing operations — the same graphics primitives used by the Macintosh operating system for all on-screen rendering. The format evolved through two major versions: PICT 1, which recorded basic QuickDraw operations (lines, rectangles, ovals, text, 1-bit bitmaps) in a compact format suitable for the original Macintosh's limited memory, and PICT 2, introduced with Color QuickDraw in 1987, which extended the format to support 24-bit color, multiple color spaces, and embedded JPEG-compressed data. PCT files begin with a 512-byte header (originally used for resource fork information), followed by the picture size, bounding rectangle, and a sequence of opcodes that define the drawing operations. During the Macintosh's commercial ascendancy, PICT was the universal graphics interchange format on Mac OS — the system clipboard used PICT for all graphical copy/paste operations, and most Mac applications could import and export the format. One advantage is the hybrid vector/raster nature: PCT files from the QuickDraw era preserve both scalable drawing commands and pixel data in a single format, enabling resolution-independent output for the vector portions. PICT's historical significance as the native Mac graphics format throughout the classic Mac OS era (1984-2001) provides another dimension. PCT files remain readable by Preview on macOS, ImageMagick, XnView, LibreOffice, and GIMP.
Developer: Apple Computer
Initial release: 1984

Frequently Asked Questions

Why convert RLE to PCT?

The Utah RLE format served early CG research but is now obsolete. Converting to PCT safeguards those images for the future.

What programs can open PCT?

macOS Preview opens PICT files natively. GIMP, XnView, and IrfanView can also handle this classic Macintosh image format.

Is the conversion from RLE to PCT lossless?

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

How long does RLE to PCT conversion take?

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

Can I convert multiple RLE images at once?

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

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.