A simple C++ 24-bit BMP reader. Only read option is provided.
You need to provide file path of your BMP file to BMP constructor. Next you can read all its data. Only 24-bit BMPs are supported.
No build process is required if you want to use it in your project.
This test only displays black and white pixels from given images.