Dragos Rachieru
05/16/2022, 11:35 AMByteArray using ktor and then creates an image using Image.makeFromEncoded . I have to resize the result, but I don't know if I can do this using `compose`/`skiko`Albert Chang
05/16/2022, 1:14 PMAlbert Chang
05/16/2022, 1:16 PMBitmap.createScaledBitmap() and for desktop you can use image.scalePixels() (and then Bitmap.makeFromImage(Image.makeFromPixmap(pixmap))).Dragos Rachieru
05/19/2022, 5:43 AM