bitmaps
bitmaps copied to clipboard
Need a method
I want build a bitmap from a array of u8. Like this:
let data = [u8; 1024];
//read data from file
let bmap = BitMpa::from(data)