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.
To... | Do this |
---|---|
Save the image in a node |
|
Save the image in the viewer |
|
Render the result of a compositing network |
Create a Composite render node (in a render network), or a ROP file output compositing node (in a compositing network) and point it at the compositing node to render. Using a Composite render node lets you set up render dependencies between renders and compositing jobs. |
Tip
You can optionally apply a color look-up table (LUT) to the output as you save it.
Mapping planes to image channels ¶
When you save to a file format that supports deep rasters (Houdini
pic
format), you can save all planes. When you save image data to
a non-deep raster image file format such as TIFF, you can map
different planes to the 3 or 4 channels available.
For example, the regular mapping would be to store the Color
channels (C.r
, C.g
, C.b
) in the TIFF’s RGB channels and the
Alpha (A
) plane in the TIFF’s Alpha channel. However, you could
instead choose to store the Normal plane in the TIFF’s RGB channels,
and store the Depth plane in the TIFF’s Alpha channel.