When user picked an image from photo library, using UIImagePickerController, there is a compressed version of the same image is saved at tmp folder as well, from my test, the compressed image becomes 800 KB from the original 5 MB photo.
I want to have more control about those images under tmp folder, so I like to know:
I want to have more control about those images under tmp folder, so I like to know:
Do we have option to turn off saving a compressed image to tmp folder?
Do we have option to set compression rate?
Do we have option to change the location fromtmp folder to some other place?