What’s the best way to get an ARGB pixel array fro...
# compose
l
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
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.