ArthurHub / ArthurHub/Android-Image-Cropper
Cropped Image points
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
How can I get x & y points of cropped Image?
I am using
val left = result.cropRect.left
val top = result.cropRect.top
val width = result.cropRect.height()
val height = result.cropRect.width()
But this gives me not correct points
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.