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
| Parameter | Details | Possible Types |
|---|---|---|
| Data | Primary Input | Arc<[u8]> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Raster> |