-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Prevent CropRect Translation in Image Cropper #620
Comments
Hmm this might be the same request as this here, right? #630 |
Yes, that's what I meant too @vanniktech |
@mans17312 #636 does this also what you want? |
hello, I think it will still be possible to move CropRect, it's just not possible to change from one crop to another. For example, if I am setting Crop with a ratio of 3:4, it will only maintain that ratio and the user can only move up, down, left and right. Now with the new version, you have blocked all events from entering CropRect @vanniktech |
hi, I found a function setMinCropResultSize(), then just pass minWidth, minHeight to meet my requirements. |
Description:
Currently, the image cropper allows the CropRect to translate, which can result in unintended changes to the selected area. However, in some cases, users may require a fixed aspect ratio without allowing the CropRect to translate.
Problem:
Desired Solution:
The text was updated successfully, but these errors were encountered: