C/C++ >> How to convert bitmap to grayscale in VC++
Posted by salman on 07:05:00 05-29-2003
Hi
i am new to VC++ can some body tell me How to convert bitmap to grayscale in VC++
thanx.
Posted by cowsarenotevil on 15:05:00 08-06-2003
All you have to do is read the pixels in (ask if you don't know how to do this) and average the red, green, and blue values.