Translate Node (Verplaatsnode)¶
The Translate node moves an image.
Could also be used to add a 2D camera shake.
Inputs (Inputs)¶
- Image (Afbeelding)
Standard color input (Standaard kleurinput)
- X, Y
Used to move the input image horizontally and vertically.
Properties (Eigenschappen)¶
- Relative (Relatief)
Percentage translation values relative to the input image size.
- Wrapping
Repeat pixels on the other side when they extend over the image dimensions, making endless translating possible.
None, X Axis, Y Axis, Both Axis
- Filter (Filter)
Interpolation Methods.
- Nearest (Dichtstbijzijnd):
No interpolation, uses nearest neighboring pixel.
- Bilinear (Bilinear):
Simple interpolation between adjacent pixels.
- Bicubic:
Highest quality interpolation.
Outputs (Outputs)¶
- Image (Afbeelding)
Standard color output (Standaard Kleurouput)