Yalantis/uCrop

Avoiding image from moving around when cropping

Edijae opened this issue · 5 comments

when cropping an image, is there a way to avoid image from moving around and instead let the crop frame itself move?

Mek7 commented

Do you mean like Android Image Cropper does?
I would also be glad if uCrop behaved like that (seems more intuitive to me).

yah. i mean like what android image cropper does.

Hello @gikarasojo.
It is now possible in the latest version of the library, should be out in maven soon :octocat:

Please check the latest uCrop version :octocat:
Now you can choose between:

Lightweight general solution
compile 'com.yalantis:ucrop:2.2.0' 
Get power of the native code to preserve image quality (+ about 1.5 MB to an apk size)
compile 'com.yalantis:ucrop:2.2.0-native'

wow, i have compiled the latest version and it's wow. perfect man. great job