图像坐标节点

图像坐标节点。

The Image Coordinates node outputs various coordinate fields for an input image. These outputs provide information about each pixel's location in different coordinate spaces, which can be useful for procedural texturing, compositing effects, or image-based masking.

The coordinate outputs are calculated per pixel based on the image resolution and placement within the compositor's virtual space.

输入

图像

The input image used to determine dimensions and placement for the coordinate outputs.

属性

该节点没有属性。

输出

均匀

Normalized coordinates centered at zero, scaled based on the image's largest dimension. This is useful for procedural effects that need aspect-ratio-independent coordinates, similar to Object coordinates in shader nodes.

规格化

Normalized coordinates ranging from 0 to 1 across the image dimensions, with half-pixel offsets to align with pixel centers.

像素

Pixel-space coordinates representing the center position of each pixel. These are integer-based coordinates with a half-pixel offset applied.