CompuServe RLE

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
m
Line 4: Line 4:
 
|extensions={{ext|rle}}
 
|extensions={{ext|rle}}
 
}}
 
}}
'''CompuServe RLE''' is a bi-level image format that was used by the CompuServe on-line service. In some ways, it is the predecessor of [[GIF]].
+
'''CompuServe RLE''' is a bi-level image format that was used by the [[CompuServe]] on-line service. In some ways, it is the predecessor of [[GIF]].
  
 
The image dimensions are either 128×96 or 256×192. Images are [[Run-length encoding|RLE-compressed]].
 
The image dimensions are either 128×96 or 256×192. Images are [[Run-length encoding|RLE-compressed]].

Revision as of 01:03, 18 September 2015

File Format
Name CompuServe RLE
Ontology
Extension(s) .rle

CompuServe RLE is a bi-level image format that was used by the CompuServe on-line service. In some ways, it is the predecessor of GIF.

The image dimensions are either 128×96 or 256×192. Images are RLE-compressed.

Files consist entirely of ASCII characters, though some are control characters.

Contents

Identification

Files begin with bytes 0x1B 0x47 0x4D (128×96) or 0x1B 0x47 0x48 (256×192).

Software

  • Netpbm (starting with version 10.48): cistopbm, pbmtocis

Sample files

Resources

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox