I am using UIImagePickerController to take photos on iPhone. I’d like to adjust the photo on the fly, it appears that I could use UIImagePickerController to adjust the shape of the photo on the fly, but I am not able to find a way to change the color on the fly. For example, change all the color to black/white.
Thanks.
The best way to do this is with an AVCaptureSession object. I’m doing exactly what you’re talking about in my free app “Live Effects Cam”
There are several code examples on-line that a will help you implement this too. Here is a sample chunk of code that might help: