Crate bitmap_writer

Crate bitmap_writer 

Source
Expand description

Convert monochrome pixel data to text for displaying in terminal or transfer.

Structs§

Bitmap
Define a bitmap by width, height and an [u8] array on pixel data.
Writer
Write a Bitmap conversion either to a buffer or terminal.

Enums§

Frame
A decorative frame can be drawn around the bitmap to better indicate where the edges of the bitmap are located.
Style
The style determines the character set used to convert the bitmap.