https://kotlinlang.org logo
#compose
Title
# compose
l

Landry Norris

03/15/2023, 5:53 PM
What’s the best way to get an ARGB pixel array from a
org.jetbrains.skia.Image
? I’d like a ByteArray that will give me the ARGB values.
k

Kirill Grouchnikov

03/15/2023, 6:15 PM
I’d say https://api.skia.org/classSkImage.html#a4331a225066ba04c1181b1e57ae99ea8 but doesn’t look like Skiko has binding for it. They are pretty receptive to pull requests for new bindings.
8 Views