You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool that we could set the image size and the image compression when taking the photo with CrossMedia.
Would like to have two new properties on ImageCropper that will set the image size and image compression.
It would be cool that we could set the image size and the image compression when taking the photo with CrossMedia.
Would like to have two new properties on ImageCropper that will set the image size and image compression.
var file = await CrossMedia.Current.TakePhotoAsync(new StoreCameraMediaOptions
{
PhotoSize = PhotoSize.Medium,
CompressionQuality = 80,
});
The text was updated successfully, but these errors were encountered: