ArthurHub / ArthurHub/Android-Image-Cropper

Cropped Image points

Open
#744 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.