Add suspend fun Bitmap.installPixelsFromArrayBuffer for web (#1158)
This function will copy the pixels bytes directly from JS ArrayBuffer to skiko linear memory. The allocated memory will be freed when SkBitmap is removed.
Showing
Please register or sign in to comment