Anyone know how to scale a Skia `Bitmap` on iOS/na...
# multiplatform
j
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.