Join Slack
Powered by
Anyone know how to scale a Skia `Bitmap` on iOS/na...
# compose-ios
j
jordond
09/09/2023, 4:05 PM
Anyone know how to scale a Skia
Bitmap
on iOS/native? For Android I’m using
Bitmap.createScaledBitmap()
, for JVM I’m converting to a Awt Image then scaling. I can’t seem to figure out how to do it for ios/native.
s
soderbjorn
10/01/2023, 10:27 PM
This is how I do it:
https://github.com/JetBrains/skiko/issues/626
44
Views
Open in Slack
Previous
Next