Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages