I have a demo which first takes an image from camera than ask user to crop the image.Cropping screen have a rectangle box in middle which on touch of the border of the 4 faces displays 4 arrows at midpoint of the faces to change the size of the box as user wants.As it is the inbuilt mechanism provided by using intent com.android.camera.action.CROP.
I want to make the same thing but for circular window.Which crops circular images.
Do any one have previous experience with this kind of cropping functionality. Please help me out.