ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.36k forks source link

it is possible to move the selection rectangle after the cut #565

Open sunch1ld opened 6 years ago

sunch1ld commented 6 years ago

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

fenomeno83 commented 6 years ago

I've the same problem, too. Can you fix please?