bitmap From Bytes
Decodes a byte array into an ImageBitmap using Skia's image decoding capabilities.
Return
The decoded ImageBitmap, or null if the byte array is invalid or decoding fails.
Parameters
byte Array
The source byte array representing the encoded image data (e.g., PNG, JPEG).