Transform Node¶
This node combines the functionality of three other nodes: Scale, translate, and rotate nodes.
Entradas¶
- Imagen
Entrada de color estándar.
- 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:
Interpolación de la más alta calidad.
Salidas¶
- Imagen
Salida de color estándar.