I am writing an Android application. I need to implement something like the image below (from a tool for choosing LG wallpapers). The original image does not have a circle.
The actual image is cropped to the outer rectangle, but thumbnails are cropped in the inner circle.
I want to implement something like this, but the guide is not a rectangle, but a circle. Are there any examples or libraries for this?

source
share