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.
This node is designed for compositing operations, specifically to join an image with its corresponding alpha mask to produce a single output image.
| Parameter | Description | Data Type |
|---|---|---|
image | The main visual content to be combined with an alpha mask. It represents the image without transparency information. | IMAGE |
alpha | The alpha mask that defines the transparency of the corresponding image. It is used to determine which parts of the image should be transparent or semi-transparent. | MASK |
| Parameter | Description | Data Type |
|---|---|---|
image | The output is a single image that combines the input image with the alpha mask, incorporating transparency information into the visual content. | IMAGE |
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?