Image Info Node¶
The Image Info node outputs spatial and transformation information about an image in the compositor.
This node is useful for generating procedural effects that depend on image size or position. It enables workflows such as vignette creation using math nodes, or dynamic scaling of effects relative to image dimensions.
入力¶
- Image(画像)
The image to retrieve information from.
出力¶
- Dimensions(寸法)
The dimensions of the image in pixels with transformations applied.
- Resolution(解像度)
The width and height of the image in pixels.
- Location(位置、場所)
The position of the image in compositing space.
- Rotation(回転)
The rotation of the image in radians, around its center.
- Scale(スケール)
The scale of the image relative to its original size in compositing space.