Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an Issue but a easy new feature #27

Open
ivanowen opened this issue Oct 23, 2019 · 0 comments
Open

Not an Issue but a easy new feature #27

ivanowen opened this issue Oct 23, 2019 · 0 comments

Comments

@ivanowen
Copy link

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,
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant