| Outside |
Function
The Outside function places only one image outside of the mask of a second
image. Therefore only the mask of the second image is considered in the composite;
the color comes from the foreground image. This is a great tool to mask layers.
|
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