ImagePicker quality option is not working

Please provide the following:

  1. SDK Version: 38.0.8
  2. Platforms(Android/iOS/web/all): All

Hi,

I’m currently using the ImagePicker.launchImageLibraryAsync(options) and ImagePicker.launchCameraAsync(options) for selecting an image from the device and making a photo with the camera. Everything works fine but when I select for example a screenshot from my iOS device the image is too big to upload. The funny thing is, the image itself is 3.4mb but in my post data it’s almost 10mb.

I’ve tried to set the option quality to 0.1 and even 0 but nothing is working. I’m using the option base64 so maybe thats the problem.

Any thoughts on this?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.