Old network
As of Houdini 20.5, use Copernicus nodes instead of Compositing nodes. Though both networks still exist, the Compositing network is now designated as COP Network - Old
. The Compositing network and its nodes will be deprecated and then removed in a future Houdini release.
Most compositing nodes support a mask. The mask confines the operation of the node to specific areas of the input image.
-
Pixels of the input image corresponding to black pixels in the mask are not affected at all by the operation.
-
Pixels of the input image corresponding to white pixels in the mask show the full effect of the operation.
-
Gray pixels in the mask blend between the input and the manipulated output (so, antialiased edges in the mask create antialiased edges between affected and masked areas of the output image).
-
If you have a mask image with opposite values (that is, it has white in the areas you want to mask off), or a different size, you don’t need to manipulate the image directly to use it as a mask. You can use the Resize mask to fit image and Invert mask options on the filter node’s Mask tab to fix the mask there.
To... | Do this |
---|---|
Mask an operation with a separate image |
|
Mask an operation using a plane (such as Alpha) from the input |
|
Scale the effect of an operation (with or without a mask) |
|
Turn off masking of a node |
|