Rotacionar¶

Este nó rotaciona uma imagem.
Inputs¶
- Imagem
Standard color input.
- Graus
O ângulo de rotação em graus. Valores positivos rotacionam em sentido horário e negativos rotacionam em sentido anti-horário.
Propriedades¶
- Filter
Determines how pixel values are interpolated when scaling or transforming images.
- Mais próximo:
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.
- Bi-cúbica:
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.
Saídas¶
- Imagem
Standard color output.