MGR bitmap
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |released=~1984 }} == Overview == '''MGR bitmap''' is an image file format associated with the '''ManaGeR''' (or '''MGR'''...") |
(→Sample files) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
+ | |extensions={{noext}}, {{ext|mgr}} | ||
|released=~1984 | |released=~1984 | ||
}} | }} | ||
− | |||
'''MGR bitmap''' is an image file format associated with the '''ManaGeR''' (or '''MGR''') windowing system. | '''MGR bitmap''' is an image file format associated with the '''ManaGeR''' (or '''MGR''') windowing system. | ||
− | == | + | == Format == |
− | + | "Old format" files have a 6-byte header, and "modern format" files have an 8-byte header. | |
+ | == Identifiers == | ||
+ | The MGR software does not appear to use any filename extension for this format, but some third-party software uses '''.mgr'''. | ||
+ | |||
+ | == Identification == | ||
Files begin with a two-byte ASCII signature: | Files begin with a two-byte ASCII signature: | ||
+ | {| class="wikitable" | ||
+ | ! Signature | ||
+ | ! Format | ||
+ | |- | ||
+ | |"yz" || modern format, 8-bit aligned | ||
+ | |- | ||
+ | |"yx" || modern format, squeezed | ||
+ | |- | ||
+ | |"xz" || old format, 1-bit, 32-bit aligned | ||
+ | |- | ||
+ | |"zz" || old format, 1-bit, 16-bit aligned | ||
+ | |- | ||
+ | |"zy" || old format, 8-bit, 16-bit aligned | ||
+ | |- | ||
+ | |"xy" || same as "zy"? | ||
+ | |} | ||
− | + | == Specifications == | |
− | + | * [ftp://sunsite.unc.edu/pub/linux/apps/MGR/mgrsrc-0.69.tgz MGR source code] → src/libbitblit/bitmap/bitmap.5 | |
− | + | ||
− | + | ||
− | + | ||
== Software == | == Software == | ||
− | * [ | + | * [[Konvertor]] |
+ | * [[Netpbm]]: mgrtopbm, pbmtomgr | ||
+ | * [[XnView]] | ||
* [ftp://sunsite.unc.edu/pub/linux/apps/MGR/mgrsrc-0.69.tgz MGR source code] | * [ftp://sunsite.unc.edu/pub/linux/apps/MGR/mgrsrc-0.69.tgz MGR source code] | ||
== Sample files == | == Sample files == | ||
* ftp://sunsite.unc.edu/pub/linux/apps/MGR/mgrusr-0.69.tgz → icons/* | * ftp://sunsite.unc.edu/pub/linux/apps/MGR/mgrusr-0.69.tgz → icons/* | ||
+ | * {{DexvertSamples|image/mgr}} | ||
== Links == | == Links == | ||
− | * [[Wikipedia:ManaGeR | + | * [[Wikipedia: ManaGeR]] |
+ | |||
+ | [[Category:Sun]] |
Latest revision as of 15:15, 28 December 2023
MGR bitmap is an image file format associated with the ManaGeR (or MGR) windowing system.
Contents |
[edit] Format
"Old format" files have a 6-byte header, and "modern format" files have an 8-byte header.
[edit] Identifiers
The MGR software does not appear to use any filename extension for this format, but some third-party software uses .mgr.
[edit] Identification
Files begin with a two-byte ASCII signature:
Signature | Format |
---|---|
"yz" | modern format, 8-bit aligned |
"yx" | modern format, squeezed |
"xz" | old format, 1-bit, 32-bit aligned |
"zz" | old format, 1-bit, 16-bit aligned |
"zy" | old format, 8-bit, 16-bit aligned |
"xy" | same as "zy"? |
[edit] Specifications
- MGR source code → src/libbitblit/bitmap/bitmap.5
[edit] Software
- Konvertor
- Netpbm: mgrtopbm, pbmtomgr
- XnView
- MGR source code