Conversion Formats

Convert RLE to PAM

Convert Utah Run length encoded image to Common 2-dimensional bitmap format

Utah Run length encoded image
Image Read No Write
This is a format that applies an 8-bit encoding to images for the purpose of compression and transportation. The format was originally developed for the Utah Raster Toolkit software package for managing bitmaps. The compression algorithm provides a replacement for repeating strings of bytes into pairs, which significantly reduces the file size.
Common 2-dimensional bitmap format
Image Read Write
It is used as a common format for bitmaps in operating systems environments based on the UNIX kernel. It is designed for use in many types of graphics. It can be used for all kinds of data with two-dimensional arrays. It covers the RGB-space and transparency levels.
Supported: Conversion from RLE to PAM is listed.

View RLE details View PAM details ← Back to all formats