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'''...") |
|||
Line 17: | Line 17: | ||
"zz" = old format, 1-bit, 16-bit aligned | "zz" = old format, 1-bit, 16-bit aligned | ||
"zy" = old format, 8-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 == |
Revision as of 16:27, 24 April 2013
Contents |
Overview
MGR bitmap is an image file format associated with the ManaGeR (or MGR) windowing system.
Identification
Apparently, MGR bitmap files do not conventionally have a filename extension.
Files begin with a two-byte ASCII signature:
"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
- MGR source code → src/libbitblit/bitmap/bitmap.5
Software
- Netpbm: mgrtopbm, pbmtomgr
- MGR source code