Pocket PC Bitmap
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|2bp}} }} '''Pocket PC Bitmap''' ('''2BP''') is a bitmap image format used on early Windows CE devices. I...") |
Ljcool2006 (Talk | contribs) (dead link maintenance) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|2bp}} | |extensions={{ext|2bp}} | ||
+ | |released=~1996 | ||
}} | }} | ||
− | '''Pocket PC Bitmap''' ('''2BP''') is a bitmap image format used on early Windows CE devices. It is a 4-tone grayscale format. | + | '''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 [[BMP|Windows BMP]] v3, except that it has a bit depth of 2. The palette might always contain the grayscale colors {0x00, 0x80, 0xc0, 0xff}. | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
+ | * [[Netpbm]]: bmptopnm | ||
+ | * [[Tom's Viewer]] | ||
+ | |||
+ | == 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)] | ||
+ | [[Category:Personal Digital Assistant formats]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | [[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