How to crop an image in android?

Viewed 101085

Possible Duplicate:
How to crop the parsed image in android?

I have an image in my res/drawable folder and I would like to crop (i.e. slice out some part of the image) the image when loading it into an ImageView. However I am unsure how to do this, any suggestions?

5 Answers
Related