GPU-backed image buffer for fast canvas drawing.
`createImageBitmap(blob)` parses and decodes the image asynchronously on a worker thread and returns a GPU-ready handle. Significantly faster than classic `<img>` decoding for bulk operations.