jbowmanp1107 / ImageCropper.Maui

MIT License
43 stars 10 forks source link

Image Cropper will take image from the URL or the file path directly #12

Closed samirgcofficial closed 1 month ago

samirgcofficial commented 9 months ago

I don't want to show a popup to allow the user to select media (photo or camera) and instead want to directly capture an image from the camera without any user interaction and show it via Image Cropper.

jbowmanp1107 commented 1 month ago

Maybe you can use the code that it uses internally to do this:

DependencyService.Get().ShowFromFile(this, imageFile);