the CCIR recomended use for RGB -> monochrome conversion is luminance for use on monochrome monitors.
Y = 0.299*R + 0.587*G + 0.114*B
color = RGB(Y,Y,Y)
|
Results 1 to 7 of 7
Thread: Color to Black & WhiteThreaded View
|
Click Here to Expand Forum to Full Width |