王启明

Results 1 issues of 王启明

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) ```