Pocket PC Bitmap
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Windows) |
Ljcool2006 (Talk | contribs) (dead link maintenance) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
* [[XnView]] | * [[XnView]] | ||
* [[Netpbm]]: bmptopnm | * [[Netpbm]]: bmptopnm | ||
− | * [ | + | * [[Tom's Viewer]] |
== 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)] | ||
+ | [[Category:Personal Digital Assistant formats]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
[[Category:Windows]] | [[Category:Windows]] |
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