Flip(反転)ノード¶
The Flip node flips the input image horizontally, vertically, or both, based on the inputs provided.
This node can be used to mirror an image or as part of a compositing setup that blends the original image with a flipped version to achieve symmetry effects.
入力¶
- Image(画像)
Standard color input to be flipped.
- Flip X
Flips the image horizontally (left to right).
- Flip Y
Flips the image vertically (top to bottom).
出力¶
- Image(画像)
The resulting flipped image.