ArthurHub / ArthurHub/Android-Image-Cropper
it is possible to move the selection rectangle after the cut
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hi I am using android-image-cropper v 2.7.0,
I am using it as activity with this instruction:
CropImage.activity()
.setOutputCompressFormat(Bitmap.CompressFormat.PNG)
.setOutputCompressQuality(100)
.setGuidelines(CropImageView.Guidelines.ON)
.setInitialCropWindowPaddingRatio(0.0f)
.setAllowFlipping(false)
.setCropMenuCropButtonTitle(MainActivity.this.getResources().getString(R.string.process))
.start(MainActivity.this);_
When I select whole image for example, the cropping process starts but the user can continue to move the rectangle of crop. This causes bad behavior.
We would like that the selection rectangle could not be moved or resized after a cut button click and also the other "buttons" that appears in the activity.
It is possilbe to fix this issue?
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.