Essentials: [Enhancement] SaveToAlbum -> MediaPicker.CapturePhotoAsync

Created on 25 Nov 2020  路  3Comments  路  Source: xamarin/Essentials

Hi,

will SaveToAlbum be added to the MediaPickerOptions - currently we use the "old" CrossMedia Plugin where we used

var options = new MediaPickerOptions()
{
SaveMetaData = true,
CompressionQuality = 92,
SaveToAlbum = true
};

which is not available in Essentials?

thank you!

feature-request

Most helpful comment

CompressionQuality & CustomPhotoSize would also be a great from the old media picker.

All 3 comments

@noxe read this issue.
I would like to do pull request. but I don't know where it should be implemented yet

ohh - thx for the update!

CompressionQuality & CustomPhotoSize would also be a great from the old media picker.

Was this page helpful?
0 / 5 - 0 ratings