Does MediaLibrary saveToLibraryAsync change the quality of picture?

Please provide the following:

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): IOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

If I use Expo camera to take a picture then use MediaLibrary.saveToLibraryAsync
does the photo quality change or is it exactly the same?

Hi @joshua-revolution, the quality of the taken using Expo Camera can be set and manipulated as long as the camera module is used. MediaLibrary function is just saving the file to the device’s photo gallery/camera roll. It doesn’t affect the quality.

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