I want to reduce the image file size that takes from UIImagePickerController. I use this method
NSData *imageData = UIImageJPEGRepresentation(image, 0.1);
But it reduces the 2.2 MB image file size to 300 KB I want my image file size becomes less than 100 KB.