Decode Image

Converts raw binary data to a raster image.

Works with standard image format (PNG, JPEG, WebP, etc.). Automatically converts the color space to linear sRGB for accurate compositing.

Interface

Inputs

ParameterDetailsPossible Types
Data

Primary Input

Arc<[u8]>

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Raster>