Introduction - If you have any usage issues, please Google them yourself
Read bmp file various information// check the path is legitimate: the file can be opened bmp extension// 2 the read into bitmap file header:// 3. The print bitmap file header// 4 reads the information of the bitmap header// 5// 6 Print bitmap information header to create 8-bit palette// 7// 8 reads the pixel data of the bitmap. calculated per row the the pixels share of the number of bytes ...// 11. saved as a bitmap// 12. bitmap