User guide

192
Control (UI) Default Value Function
displayWindow Background The frame size to output in the event that the fg and bg inputs
are different sizes:
Background - output the frame size of the bg input.
Foreground - output the frame size of the fg input.
Union - output a combination of the bg and fg inputs' frame
sizes.
Intersection - output an intersection of the bg and fg inputs'
frame sizes. This restricts the output to the area where the
two frame sizes overlap.
clampAlpha enabled When enabled, the output alpha channel is clamped to the 0-1
range. Color channels (RGB) are not affected.
ImageHypot
This node layers images together using the Hypot compositing algorithm: sqrt(F*F+B*B). This resembles the
ImageAdd and ImageScreen operations. The result is not as bright as ImageAdd, but brighter than ImageScreen.
ImageHypot works with values above 1. It can be is useful for adding reflections, as an alternative to ImageScreen.
You can also specify a different compositing algorithm using the operation control.
Also see ImagePlus on page235 and ImageScreen on page252.
Control (UI) Default Value Function
R enabled When enabled, affect the red channel of the image.
G enabled When enabled, affect the green channel of the image.
B enabled When enabled, affect the blue channel of the image.
A enabled When enabled, affect the alpha channel of the image.
mix 1 Dissolves between the bg image at 0 and the full merge effect at
1.
4 NODES I-K | IMAGEHYPOT