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

Avoiding image from moving around when cropping #156

Closed Edijae closed 8 years ago

Edijae commented 8 years ago

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

Mek7 commented 8 years ago

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

Edijae commented 8 years ago

yah. i mean like what android image cropper does.

shliama commented 8 years ago

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

shliama commented 8 years ago

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'
Edijae commented 8 years ago

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