Cropping an image, saving output to a new file and get crop coordinates
- by synic
I'm interfacing with a service that allows you to upload an image, and also upload coordinates of a thumbnail of that image.
I'm thinking that (if there isn't some sort of prefab Activity specifically for this) that I can use Android's crop utility.
The only problem is that I can't overwrite the original file, the crop window needs to have a custom message (instead of "crop image"), and I'll need the coordinates of the crop.
Is this possible? Is there another way to do this without writing my own Activity?