Conversion Formats

Convert RLE to BMP

Convert Utah Run length encoded image to Bitmap Image File

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.
Bitmap Image File
Image Read Write
BMP is format for storing bitmap images. In this format, you can only save bitmaps monolayer. For each pixel in different files may come different number of bits. The latest versions of the BMP has the ability to control color. In particular, you can specify the endpoints perform gamma correction and embed color profiles ICC.
Supported: Conversion from RLE to BMP is listed.

View RLE details View BMP details ← Back to all formats