Yalantis/uCrop

withAspectRatio not working when user rotate image.

phongnguyenmaster opened this issue · 1 comments

  1. Set width: 400, height: 200
  2. User rotate 90
  3. Crop still: 400px x 200px
  4. I expect: 200px x 400px

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