Landry Norris
11/28/2022, 2:30 PMOleksandr Karpovich [JB]
11/28/2022, 5:18 PMrender some part of the screen to a bitmapWhat’s “some part of the screen” in your case? Is it a real screen? What part do you need? (I think you can trim the resulting bitmap anyway)
Landry Norris
11/28/2022, 5:34 PMLandry Norris
11/28/2022, 9:16 PMColumn {
Header()
SomeContent(someState)
Footer()
}
and I want to capture an image of SomeContent(), I could do
ImageComposeScene().setContent {
SomeContent(someState)
}
and the header/footer will not be visible in the saved image, but will show up on screen.Oleksandr Karpovich [JB]
11/29/2022, 9:27 AMLandry Norris
11/29/2022, 1:54 PMLandry Norris
11/29/2022, 1:56 PMOleksandr Karpovich [JB]
11/29/2022, 2:08 PMLandry Norris
11/29/2022, 2:10 PMOleksandr Karpovich [JB]
11/29/2022, 2:14 PMIs this a good guess?Yes, I have similar assumptions