Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.89k stars 2.16k forks source link

the photo can't shrink after magnify #253

Closed Masquerade6 closed 6 years ago

Masquerade6 commented 7 years ago

my current version is 2.2.0,this is my configuration: UCrop uCrop = UCrop.of(Uri.fromFile(file), Uri.fromFile(file)); UCrop.Options options = new UCrop.Options(); options.setCompressionQuality(100); options.setAllowedGestures(UCropActivity.SCALE, UCropActivity.ROTATE, UCropActivity.NONE); options.setFreeStyleCropEnabled(true); options.setCircleDimmedLayer(true); options.setHideBottomControls(true); options.setToolbarColor(getResources().getColor(R.color.standard_purple_2c2844)); options.setStatusBarColor(getResources().getColor(R.color.standard_purple_2c2844)); uCrop.withOptions(options); uCrop.start(ProfileActivity.this); and i found that the photo can't shrink after magnify,but it could be at the lower version like 1.5.0.is my config wrong?or not support at the latest version.it's verry hard to operate.

TeeRawk commented 7 years ago

Hello @Liuyaowu , can you please share the exact steps. I can't reproduce it.

Legementarion commented 6 years ago

unclear