bitmaps icon indicating copy to clipboard operation
bitmaps copied to clipboard

Need a method

Open jan6055 opened this issue 1 year ago • 0 comments

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)

jan6055 avatar Jun 08 '23 02:06 jan6055