ContactSheetCore

Collects multiple input images, transforming them into tiles within the output image. Provides the core functionality of the ContactSheet node, and may be reused for making similar nodes.

user

Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.

out

The output image generated by this node.

enabled

Turns the node on and off.

in

The input image

format

The resolution and aspect ratio of the output image.

tiles

The bounding boxes of each tile.

Note

Each input image will be scaled to fit entirely within its tile while preserving aspect ratio.

tileVariable

Context variable used to pass the index of the current tile to the upstream node network. This should be used to provide a different input image per tile.

filter

The pixel filter used when resizing the input images. Each filter provides different tradeoffs between sharpness and the danger of aliasing or ringing.