Pocket PC Bitmap
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Personal Digital Assistant formats) |
|||
Line 13: | Line 13: | ||
* [[XnView]] | * [[XnView]] | ||
* [[Netpbm]]: bmptopnm | * [[Netpbm]]: bmptopnm | ||
− | * [ | + | * [[Tom's Viewer]] |
== Sample files == | == Sample files == |
Revision as of 23:11, 26 April 2019
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}.
Software
- Konvertor
- XnView
- Netpbm: bmptopnm
- Tom's Viewer