Wireless Application Protocol Bitmap Format
| Wireless Bitmap | |
|---|---|
| Filename extension |
.wbmp |
| Internet media type |
image/vnd.wap.wbmp |
| Developed by | WAP Forum |
| Type of format | Image file formats |
Wireless Application Protocol Bitmap Format (shortened to Wireless Bitmap and with file extension .wbmp) is a raster image file format optimized for early mobile computing devices.
WBMP images are monochrome black and white binary images in which a black pixel is denoted by 0 and a white pixel is denoted by 1. The simple pixel encoding and the small size of the file header mean that the file size is kept to a minimum, enabling fast transmission on slow networks.[1]
File format
| Field name | Field type | Size (in bytes) | Purpose |
|---|---|---|---|
| Type | uintvar | variable | Type of the image, and is 0 for monochrome bitmaps. |
| Fixed header | byte | 1 | Reserved. Always 0. |
| Width | uintvar | variable | Width of the image in pixels. |
| Height | uintvar | variable | Height of the image in pixels. |
| Data | byte array | variable | Data bytes arranged in rows – one bit per pixel. A black pixel is denoted by 0 and a white pixel is denoted by 1. The pixel order within a byte is MLP (most left pixel) = MSB (most significant bit). Where the row length is not divisible by 8, the row is 0-padded to the byte boundary. |
References
- ^ "WAP Wireless Application Environment Specification Version 1.1" (PDF). wapforum.org. Wireless Application Protocol Forum Ltd. 24 May 1999. Retrieved 29 September 2024.
External links
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.