Mask Boolean
Combines two mask images with boolean-style operations
basic
Since P00
Input Ports
A
Base mask
B
Mask to combine with or subtract
Output Ports
Image
Mask image after composition
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | Enum | `Union` | Selects how to combine the two masks |
Overview
Combines two mask images with boolean-style operations
Inputs and Outputs
Input Ports
- A
Image: Base mask - B
Image: Mask to combine with or subtract
Output Ports
- Image
Image: Mask image after composition
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | Enum | `Union` | Selects how to combine the two masks |
When to Use
Use Mask Boolean when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.