spierce7
05/06/2022, 2:47 PM.toComposeImageBitmap().toAwtImage()
and then use ImageIO
to write PNG to an output stream or file.
I’m wondering if there is a way to do skia Image to PNG directly.Igor Demin
05/06/2022, 3:47 PMval image: Image
image.encodeToData(EncodedImageFormat.PNG)
spierce7
05/06/2022, 3:51 PM