CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.
https://canhub.github.io/
Apache License 2.0
1.17k stars 240 forks source link

screenshot position offset #583

Open xiao2612278 opened 11 months ago

xiao2612278 commented 11 months ago

image image

The intercepted area is inconsistent with the returned result; The bottom will move up and the right area will move right!

vanniktech commented 11 months ago

Never had this problem, but feel free to create a PR

Magic-Books commented 3 months ago

I have also encountered similar problems before, and ultimately found out that it was due to the use of AutoSize. You need to confirm if it is the same problem or if you are using other UI adapted third-party libraries.