WBMP
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(→Sample files) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 6: | Line 6: | ||
|pronom={{PRONOM|fmt/497}} | |pronom={{PRONOM|fmt/497}} | ||
}} | }} | ||
| − | + | '''WBMP''' ('''Wireless Bitmap''', or '''WAP Bitmap''') is an image file format associated with WAP (Wireless Application Protocol). It stores uncompressed bi-level raster images. | |
| − | '''WBMP''' ('''Wireless Bitmap''') is an image file format associated with WAP (Wireless Application Protocol). It stores uncompressed bi-level raster images. | + | |
== Specifications == | == Specifications == | ||
| Line 13: | Line 12: | ||
== Software == | == Software == | ||
| − | * [http:// | + | * [[Netpbm]]: pbmtowbmp, wbmptopbm |
| + | * [[ImageMagick]] | ||
| + | * [[XnView]] | ||
| + | * [[Tom's Viewer]] | ||
| + | * [http://libgd.bitbucket.org/ LibGD] | ||
| + | * [http://snisurset.net/code/abydos/ abydos] | ||
| − | == | + | == Sample files == |
| + | * https://telparia.com/fileFormatSamples/image/wirelessBMP/ | ||
| + | |||
| + | == Links == | ||
* [[Wikipedia:Wireless Application Protocol Bitmap Format|Wikipedia article]] | * [[Wikipedia:Wireless Application Protocol Bitmap Format|Wikipedia article]] | ||
Revision as of 21:01, 26 July 2020
WBMP (Wireless Bitmap, or WAP Bitmap) is an image file format associated with WAP (Wireless Application Protocol). It stores uncompressed bi-level raster images.
Contents |
Specifications
Software
- Netpbm: pbmtowbmp, wbmptopbm
- ImageMagick
- XnView
- Tom's Viewer
- LibGD
- abydos