ReadonlyhasWhether the source stream carries an alpha channel. The rgba buffer is always 4 channels (RGBA8) regardless of this flag.
ReadonlyheightImage height in pixels.
ReadonlypremultipliedWhether the rgba colour channels are already multiplied by alpha (associated / premultiplied alpha) rather than straight alpha.
ReadonlyrgbaDecoded pixels as 8-bit RGBA, row-major from the top-left, length
width * height * 4 (4 bytes per pixel).
ReadonlywidthImage width in pixels.
A decoded JPEG XL image: RGBA8 pixels plus dimensions and alpha metadata. Returned by JxlDecoder.decode.