I have an image that should be scaled to the size ...
# compose
q
I have an image that should be scaled to the size of the screen, but only the part of the image under another composable should be shown. Basically I want to draw a round shape in the center of the screen which should have the image (scaled as full screen) as background. I'm not sure how I can achieve that after loading the image with
rememberImagePainter
. Is there any API I'm missing?