WBMP
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(Software) |
||
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.sourceforge.net/ Netpbm] | + | * [http://netpbm.sourceforge.net/ Netpbm]: pbmtowbmp, wbmptopbm |
+ | * [http://www.imagemagick.org/ ImageMagick] | ||
+ | * [http://libgd.bitbucket.org/ LibGD] | ||
− | == | + | == Links == |
* [[Wikipedia:Wireless Application Protocol Bitmap Format|Wikipedia article]] | * [[Wikipedia:Wireless Application Protocol Bitmap Format|Wikipedia article]] |
Revision as of 16:15, 25 July 2013
WBMP (Wireless Bitmap, or WAP Bitmap) is an image file format associated with WAP (Wireless Application Protocol). It stores uncompressed bi-level raster images.
Specifications
Software
- Netpbm: pbmtowbmp, wbmptopbm
- ImageMagick
- LibGD