Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.54k stars 341 forks source link

how to crop/edit an existing image(image that's already picked) #343

Open Zineddine231 opened 4 months ago

Zineddine231 commented 4 months ago

Hello, i'm facing a problem, and here's the scenario: -user picked a photo using image picker -image is displayed (image picking done) -user clicks on the image to edit it ***

how can we use imagepicker library to edit/crop an existing image(we have its uri) ?

Thanks a lot