Узел Transform

Узел Transform.

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

Входы

Изображение (image)

Стандартный ввод цвета.

X, Y

Used to move the input image horizontally and vertically.

Угол

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

Масштаб (scale)

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.

Свойства

Фильтр

Interpolation Methods.

Nearest

No interpolation, uses nearest neighboring pixel.

Bilinear

Simple interpolation between adjacent pixels.

Bicubic

Highest quality interpolation.

Выходы

Изображение (image)

Стандартный вывод цвета.