Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The LoadImage node is designed to load and preprocess images from a specified path.
| Parameter | Description | Data Type |
|---|---|---|
image | The ‘image’ parameter specifies the identifier of the image to be loaded and processed. It is crucial for determining the path to the image file and subsequently loading the image for transformation and normalization. | COMBO[STRING] |
| Parameter | Description | Data Type |
|---|---|---|
image | The processed image, with pixel values normalized and transformations applied as necessary. It is ready for further processing or analysis. | IMAGE |
mask | An optional output providing a mask for the image, useful in scenarios where the image includes an alpha channel for transparency. | MASK |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?