This program converts a 24-bit BMP image to an 8-bit BMP image and makes it monochrome.
- Compile the program (
clang++ bmp_24bit_monochromizer.cpp
). - Ensure you have an input 24-bit BMP image in the
assets
directory namedinput.bmp
. - Run the compiled program.
- The monochromized BMP image will be generated as
output.bmp
in theassets
directory.
- C++ compiler.
- Windows operating system (due to the use of Windows.h).
- Course: Peter the Great St. Petersburg Polytechnic University (SPbPU), Computer Architecture.
- Teachers: Molodyakov S.A., Petrov A.B.