Convert the bitmap image (>1 bit) to monochrome bitmap image (1 bit) in MFC

  • Thread starter Thread starter KQWong
  • Start date Start date
K

KQWong

Guest
Hi, I'm creating a MFC project (C++ language) to save the bitmap into a ROM of a device.

The bitmap file will be loaded from the PC and path name will be recorded. I would like the application to detect the bit depth of the bitmap loaded (if equal to 1 bit, nothing change and perform the process; else convert the bit depth to 1 bit before perform the process).

Is there any way I can do to achieve the above purpose?

Appreciate the help!Thanks!!

Continue reading...
 
Back
Top