Outside
Function
This function places one image only outside of the mask of a second image,
therefore only the second image's mask is considered in the composite;
the color comes from the foreground image. This is a great tool to mask
out effects.
Parameters
|
Type
|
Defaults
|
Function
|
clipMode |
int
|
0
|
Toggles between foreground (0) and background
resolution (1) |
Synopsis
image Outside(
image Foreground,
image Background,
int clipMode
);
Script
image = Outside( Foreground, Background, clipMode );
Command Line
shake -outside image clipMode
See Also
Over, Screen,
Inside, Atop
|