Dhaval2404 / ImagePicker

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

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

Open Zineddine231 opened 1 month ago

Zineddine231 commented 1 month 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