Link to home
Start Free TrialLog in
Avatar of paulmccartneyjr
paulmccartneyjr

asked on

how to convert a bmp to a gray scale bmp

I need to convert a bmp to a gray scale bmp and show it using a picbox, how can I do that?

thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of aelatik
aelatik
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hearing...
Hi
'Gray color according ITU standard:
lGray = (222# * rgb.rgbRed + 707# * rgb.rgbGreen + 71# * rgb.rgbBlue) / 1000
See http://www.freevbcode.com/ShowCode.Asp?ID=4997 for motre image processing