I'm developing an iPod-touch app, using Objective C. I am trying to capture a drawing the user creates on the device. I am using UIImagePNGRepresentation to capture the data in PNG format.
I want to change the PNG data: specifically I need to change it to a monochrome image. How do I go about changing its bit depth to 1?
Regards, Brian