Yalantis / uCrop

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

freeform crop? #859

Closed cillyk closed 1 year ago

cillyk commented 1 year ago

is it possible to adjust the crop window not to a set aspect ratio like in this gif image

cillyk commented 1 year ago

solved with uCrop options

options.setFreeStyleCropEnabled(true);