android-crop icon indicating copy to clipboard operation
android-crop copied to clipboard

How to get the cropped image's position of the original image?

Open mizhoux opened this issue 8 years ago • 0 comments

For example, if the original image's size is 100x200, if i cropped the center, and get a 50x50 image, can I get an array that tells me the position of the cropped area? Like in this example, return: left: 25, right: 75, top: 75, bottom: 125

mizhoux avatar Apr 16 '17 05:04 mizhoux