android-crop
android-crop copied to clipboard
How to get the cropped image's position of the original image?
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