Possible Duplicate:
convert image to Black-White or Sepia in c#
I’m writing a C# application, that opens an image, and clicking on a button, displays it in only black and white!
I was sure to find a lot of information on the net, but my searches didn’t give me a lot of understandable and useful information.
I have no idea of how to proceed. Does any one have any advice ? Know a tutorial on the net?
I once found a function that converts a bitmap to grayscale
The function accepts a bitmap as a parameter, and changes it to its grayscale version.
I hope this helps.