What's the most efficient way to get from an UIImage to an Skia ImageBitmap?
There is the way to convert the UIImage to an byteArray and read that with Skia, but I wonder if someone encountered this before and found an efficient solution for this problem.