I am trying to create a black and white mask from a color bitmap image with GDI in C#. I have seen examples that use Get/SetPixel in a loop, which are too slow. The method that interests me is one that uses only BitBlits, like this. I just can't get it to work in C#, any help is much appreciated.
EDIT: You asked this question the other day. Edit that one:
http://stackoverflow.com/questions/273624/cgdi-create-1bpp-mask-from-image
