Pocket PC Bitmap
From Just Solve the File Format Problem
(Difference between revisions)
Ljcool2006 (Talk | contribs) (dead link maintenance) |
|||
Line 16: | Line 16: | ||
== Sample files == | == Sample files == | ||
− | * | + | * https://github.com/apple-oss-distributions/zip/tree/zip-6/unzip/unzip/wince → *.2bp |
== Links == | == Links == | ||
− | * [ | + | * [https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/159279 Microsoft article about converting .2bp to .bmp] |
* [http://msdn.microsoft.com/en-us/library/aa452885.aspx BITMAPINFOHEADER (Windows CE 5.0)] | * [http://msdn.microsoft.com/en-us/library/aa452885.aspx BITMAPINFOHEADER (Windows CE 5.0)] | ||
Latest revision as of 03:14, 22 April 2024
Pocket PC Bitmap (2BP) is a bitmap image format used on early Windows CE devices. It is a 4-tone grayscale format.
Evidently, 2BP is the same as Windows BMP v3, except that it has a bit depth of 2. The palette might always contain the grayscale colors {0x00, 0x80, 0xc0, 0xff}.
[edit] Software
- Konvertor
- XnView
- Netpbm: bmptopnm
- Tom's Viewer