I want the image to be displayed in the image that needs to be selected with a specific part (and only the selected part should be selected and the other part translucent), and this part can also be changed as needed or made by the user by touching.
Now the selected part of the image is necessary for cropping, and then it will show and save this cropped image.
EDIT:
I used Intent to open the image and crop it with aim.putExtra ("crop", "true");
But when passing the intention, I want to open an image whose URI is already known, rather than opening the entire album of the image gallery.
Can anyone suggest how I can open a specific URI with the intention of transmitting the opening image. Thanks in advance.
Nikki source share