Crop an image with special frame

Viewed 11579

I am writing an application for android. I need to implement something like below image(From LG's wallpaper selection tool). The original image does not have a circle.

The actual image is cropped to outside rectangle, but thumbnail images are cropped to the inside circle.

I want to implement something like this, but the guide is not a rectangle, but a circle. Is there any examples or library for this?

enter image description here

3 Answers
Related