In UIImageviewPicker
- The photo i am capturing ,
is that delegate is using AVFoundation framework for taking photo ? The image I am getting , If I want RAW (not JPEG/PNG) image , Can I use the same image I am getting from
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
this info dictionary ?