-
Notifications
You must be signed in to change notification settings - Fork 341
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
Dynamically choose crop ratio #36
Comments
@Dor-Sloim Sorry, I didn't get your exact requirement. uCrop is already added in this lib. Currently, you can pass crop ration as below: ImagePicker.with(this)
.crop(16f, 9f) //Crop image with 16:9 aspect ratio
.start() Here, the crop method is optional. |
I want to be able to do: |
@Dor-Sloim I will try to integrate the feature in the next few hours. Thank you so much for the feedback. |
Thank you so much !
|
Allow users to Crop Image without specifying the aspect ratio and let users choose aspect ration at the time of crop. #36
Great.
I'l be more than happy to test it and let you know if i find any bugs. |
@Dor-Sloim Can you please check out the latest lib. |
Is there an option to let your users choose crop ratio dynamically?
If not, could you add one using the https://github.com/Yalantis/uCrop library?
The text was updated successfully, but these errors were encountered: