MRF (Monochrome Recursive Format)
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 22: | Line 22: | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [[Netpbm]]: pbmtomrf, mrftopbm | * [[Netpbm]]: pbmtomrf, mrftopbm | ||
* [ftp://ibiblio.org/pub/linux/apps/graphics/convert/pbmtomrf-1.0.tar.gz pbmtomrf-1.0.tar.gz] | * [ftp://ibiblio.org/pub/linux/apps/graphics/convert/pbmtomrf-1.0.tar.gz pbmtomrf-1.0.tar.gz] | ||
* [[XnView]] | * [[XnView]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/monochromeRecursiveFormat}} | ||
== See also == | == See also == | ||
* [[PRF (Polychrome Recursive Format)]] | * [[PRF (Polychrome Recursive Format)]] | ||
+ | |||
+ | [[Category:Compression research]] |
Latest revision as of 04:06, 28 December 2023
MRF (Monochrome Recursive Format) is a bi-level raster image file format developed by Russell Marks.
MRF images are always compressed. The compression scheme is somewhat unusual, and involves recursively subdividing tiles until each is a single color.
Contents |
[edit] Disambiguation
Some sources say that the MR in MRF stands for Marks Russel (i.e., the developer's name backwards and misspelled), but the pbmtomrf-1.0 distribution makes it clear that it stands for Mono Recursive or Monochrome Recursive.
[edit] Format
Files have a 13-byte header, followed by the compressed image data.
[edit] Identification
Files begin with a 4-byte ASCII signature: "MRF1
".
[edit] Specifications
[edit] Software
- Konvertor
- Netpbm: pbmtomrf, mrftopbm
- pbmtomrf-1.0.tar.gz
- XnView