Rotate(回転)ノード

Rotate(回転)ノード。

このノードは画像を回転させます。

入力

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.

出力

Image(画像)

標準のカラー出力です。