Bitmap
Input
Loads an image or hosted asset as a texture.
Parameters
| Parameter | Type | Default | Range | Description |
|---|---|---|---|---|
sourceSource | string | Image source: an approved Aqueduct storage asset URL, or a file path (absolute or relative to the .aqueduct file). Set by dropping an image onto the node. | ||
filteringFiltering | enum | bilinear | Texture filtering mode when resampling to graph resolution.
| |
fitFit | enum | stretch | How the image maps onto the output square.
| |
color_spaceColor Space | enum | auto | Encoding of the source pixels. Only Linear Color converts.
|
Outputs
output(default format:rgba8unorm)