Source code for tool to load and modify bitmap bits

This project tests how to load a 24-bit bitmap and modify the colour of the bits. In this case all pixels are converted to either dark green or dark blue, depending on which colour they're initially closer too.

The input file is assumed to be C:\test.bmp, but this could be changed with a little programming to allow user selection of the input file.

Get the source code here: ModifyBitmapColour.zip (Visual C++ 6.0 project)