ImagePosition
This node applies an integer, non-resampled offset to the input image.
If you are looking to do a transform with sub-pixel re-sampling, see ImageTransform2D instead.
Connection Type |
Connection Name |
Function |
Input |
input |
The image sequence you want to offset. |
out_mask |
An optional image to use as a mask. By default, the offset is limited to the non-black areas of the mask. |
Control (UI) |
Default Value |
Function |
[2D node controls] |
N/A |
Set the controls for the stereo view. For more information, refer to the Common 2D Nodes Widget Type in Common Parameter Widgets. |
offset |
||
x |
0 |
The number of pixels by which you want to offset the input image along the x axis. For example, if you enter 2 in this field, 2 is added to the x values. |
y |
0 |
The number of pixels by which you want to offset the input image along the y axis. For example, if you enter 2 in this field, 2 is added to the y values. |
adjustDisplayWindow |
disabled |
When enabled, the displayWindow is repositioned along with the image content. Note: This is very rarely desired, as convention dictates that the displayWindow should always have the lower-left corner pinned to 0, 0. |