Utah RLE
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
Line 29: | Line 29: | ||
== Sample files == | == Sample files == | ||
* [ftp://ftp.uni-potsdam.de/pub/unix/graphics/imageprocessing/urt/urt-img.tar urt-img.tar] | * [ftp://ftp.uni-potsdam.de/pub/unix/graphics/imageprocessing/urt/urt-img.tar urt-img.tar] | ||
− | * | + | * {{DexvertSamples|image/utahRLE}} |
== External links == | == External links == |
Latest revision as of 02:56, 28 December 2023
Utah RLE (or URT RLE, or sometimes just RLE) is a raster image file format associated with the Utah Raster Toolkit software.
Contents |
[edit] Format
A Utah RLE file contains the following entities, in this order. (Not all of them are present in every file.)
- Fixed 15-byte header
- Background color
- Color map
- Comments
- Pixel data
[edit] Identification
Files begin with signature bytes 0x52 0xCC
.
[edit] Specifications
- Design of the Utah RLE format (figure 2-1 and 2-2 are not included)
[edit] Software
- Netpbm: rletopnm, pnmtorle (uses a fork of the Utah Raster Toolkit)
- ImageMagick (format named "RLE"; read-only)
- Utah Raster Toolkit source code: GraphicsMagick delegates → urt-*
- Utah Raster Toolkit source code