Нода «Вращать» (rotate node)¶

Эта нода вращает изображение.
Входы (inputs)¶
- Изображение (image)
Стандартный цветовой ввод.
- Градусы (degr)
Угол вращения в градусах. Положительные значения вращают по часовой стрелке, отрицательные – против часовой.
Свойства (properties)¶
- Фильтр (filter)
Determines how pixel values are interpolated when scaling or transforming images.
- Ближайший (nearest):
Uses the value of the closest pixel with no smoothing. This is the fastest method and is well-suited for pixel art or low-resolution images where sharp, blocky edges are desirable. In animations, motion appears in single-pixel steps, which can cause visible jittering.
- Билинейный (bilinear):
Averages the values of surrounding pixels to create a smoother result than Nearest. Provides a good balance between performance and visual quality.
- Бикубический (bicubic):
Computes a weighted average of a larger neighborhood of pixels for even smoother results. Ideal for photographic images or gradients where preserving fine detail is important.
Выходы (outputs)¶
- Изображение (image)
Стандартный цветовой вывод.