Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
230 stars 57 forks source link

Cropped Aspect Ratio! #92

Open ZoobiApplications opened 1 year ago

ZoobiApplications commented 1 year ago

Hello Everyone! Can anyone help me out by just telling me how to get cropped aspect ratio that which is selected by the user onActivityResult ? Thanks .

Drjacky commented 1 year ago

If you want to set the ratio: .crop(16f, 9f), and if you use .crop(), users can select the ratio they want on the UI.

Is this answered your question?