Configurations to UIImagePickerController saving images to tmp folder

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:
  1. Do we have option to turn off saving a compressed image to tmp folder?

  2. Do we have option to set compression rate?

  3. Do we have option to change the location fromtmp folder to some other place?

Configurations to UIImagePickerController saving images to tmp folder
 
 
Q