Imager Overlay

This imager allows you to print text over the rendered images and tag your renders. Various render statistics, scene settings, and system information can be displayed via pre-defined tokens, such as render time, memory usage, and frame number.

Input

Input points to the previous imager operation in the chain (so that you can stack them and apply multiple operations serially).

Enable

Enables this imager.

Layer Selection

Selects layers processed by this imager with a glob or operator expression. An imager can use a selection to determine which AOVs will be selected to be processed by the imager at render time. The selection is an expression that can consist of multiple selections concatenated by:

Each selection uses glob patterns and regular expressions and a node will be processed by the imager if the expression matches the node name. By default, glob matching is used unless the selection is in a regex quote, i.e. r'<my_regex>'. For example:

specular or diffuse

not r'sss_(direct|indirect)'

r'color_(mask1|mask2)' or r'mask[34]'

Text

The information printed over the image.

Tokens

Define any of the following tokens in the text to display various rendering and scene information.

Render statistics

Scene information

DCC specific tokens:

System information

Vertical Alignment

Vertical alignment of the text (top, center, bottom).

Horizontal Alignment

Horizontal alignment of the text (left, right, bottom).

Margin Left

Margin to the left of the text in pixels.

Margin Right

Margin to the right of the text in pixels.

Margin Top

Margin above the text in pixels.

Margin Bottom

Margin below the text in pixels.

Font

The font family and style used to print the text. You can use any of the system fonts (TrueType or PostScript), or custom fonts located in the folders specified by the OPENIMAGEIO_FONTS environment variable.

OPENIMAGEIO_FONTS can contain a list of font directories separated by ":" or ";".

System fonts are installed in the following folders:

Font Size

The size of the font in pixels.

Adjust Font Size

When enabled, the font size is automatically decreased if needed to fit the text within the image bounds.

Font Color

The color of the font.

Background Opacity

The opacity of the background, where 0 is fully transparent (no background), and 1 is fully opaque.

Background Color

The color of the background.