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 SplitImageWithAlpha node is designed to separate the color and alpha components of an image.
| Parameter | Description | Data Type |
|---|---|---|
image | The ‘image’ parameter represents the input image tensor from which the RGB and alpha channels are to be separated. It is crucial for the operation as it provides the source data for the split. | IMAGE |
| Parameter | Description | Data Type |
|---|---|---|
image | The ‘image’ output represents the separated RGB channels of the input image, providing the color component without the transparency information. | IMAGE |
mask | The ‘mask’ output represents the separated alpha channel of the input image, providing the transparency information. | 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?