Skip to content

bake/wbmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Wireless Bitmap

GoDoc Go Report Card

Package wbmp implements decoding for Wireless Bitmap images.

A Wireless Bitmap is a monochrome image that was used in WAP and MMS where each bit represents one pixel. Bytes are read from left to right where the left most pixel is the high bit of the first byte. Rows are always represent by whole bytes. If the image width is not divisable by 8, the following row starts at the next byte. Unused bits must be set to 0.

About

Decoding for Wireless Bitmap images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages