How to interpret the pixel array in a 1 bpp BMP file
问题 I can't find a way to explain the pixel array in the following situation: I created a BMP image 2x2 pixels with MS Paint on Windows 7. Saved it as monochrome BMP (which I think means BMP with color depth 1 bit per pixel) This is how the image looks like when zoomed it (black pixel, white pixel, white pixel, black pixel) Then I open the bmp with a hex editor and I can see the following info: 00: 424d 4600 0000 0000 0000 3e00 0000 2800 BMF.......>...(. 10: 0000 0200 0000 0200 0000 0100 0100