Cropping an image, saving output to a new file and get crop coordinates

Posted by synic on Stack Overflow See other posts from Stack Overflow or by synic
Published on 2010-03-29T14:51:27Z Indexed on 2010/03/29 14:53 UTC
Read the original article Hit count: 360

Filed under:

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?

© Stack Overflow or respective owner

Related posts about android