I need help to convert a color image to \"black and white\", not grayscale.
I what to do this with the iPhone SDK and Core Graphics, as I\'m convinced this is possib
You can use the CGBitmapContextCreate method to get the data from an image.
Have a look at his link : https://stackoverflow.com/a/448758/1863223