[][src]Crate bmp_monochrome

BMP monochrome

This library encode and decode monochromatic bitmap with no extra dependencies. Especially useful to encode QR-codes

Structs

Bmp

The Bmp struct contains the data as a vector of boolean, each representing a pixel. In data the first element is the upper-left pixel, then proceed in the row. Last element of data is the lower-right pixel. Note in the serialized format the first element is the lower-left pixel see BMP file format

Enums

BmpError

Internal error struct