Yalantis / uCrop

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

withAspectRatio not working when user rotate image. #874

Open phongnguyenmaster opened 1 year ago

phongnguyenmaster commented 1 year ago
  1. Set width: 400, height: 200
  2. User rotate 90
  3. Crop still: 400px x 200px
  4. I expect: 200px x 400px
jens-muenker commented 1 year ago

Why do you expect this? For me, the user only rotates the image and does not changes the height and/or width.