> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DecodedImage

Raw decoded image pixels returned by context:decodeImage().

## Fields

### `data`

Premultiplied RGBA8 pixel data (width \* height \* 4 bytes).

### `width`

Width in pixels.

### `height`

Height in pixels.
