Transform Node

Transform Node.

This node combines the functionality of three other nodes: Scale, translate, and rotate nodes.

Entradas

Imagen

Standard color input.

X, Y

Used to move the input image horizontally and vertically.

Ángulo

Used to rotate an image around its center. Positive values rotate counter-clockwise and negative ones clockwise.

Escala

Used to resize the image. The scaling is relative, meaning a value of 0.5 gives half the size and a value of 2.0 gives twice the size of the original image.

Propiedades

Filtro

Métodos de Interpolación.

Más Cercano:

Sin interpolación, utiliza el píxel vecino más cercano.

Bilineal:

Interpolación simple entre píxeles adyacentes.

Bicúbico:

Highest quality interpolation. CPU Compositor Only

Salidas

Imagen

Salida de color estándar.