Use the tonemap imager to artistically modify the image's tone mapping using a filmic or a modified Reinhard curve. Both the strength and the length need to be different from 0, for the toe and shoulder to make a difference.
Mode
Tonemap mode.
Filmic Toe Strength
Amount of curvature for the tonemap curve in the darker values.
Filmic Toe Length
Amount of darker values affected by the toe.
toe_strength:0.5
Filmic Shoulder Strength
Amount of curvature for the tonemap curve in the brighter values.
Filmic Shoulder Length
Amount in f-stops of brighter values affected by the shoulder.
Filmic Shoulder Angle
Curve slope when white is reached.
Reinhard Highlights
Reinhard photographic tonemap operator strength.
Reinhard Shadows
Additional tone mapping control for darker values.
Preserve Saturation
Preserves color saturation for extreme bright values. This is for values that are beyond 1, if you don’t preserve saturation they go to white, otherwise, they keep their color.
Disabled (default). Rollover image to view enabled.
Gamma
Gamma curve exponent for midtones value control.
Specifies if an imager is effective only in the IPR, only in batch (e.g. Render to Picture Viewer, Commandline render, Team Render) or both. For example, you can add imagers only to the IPR for look development, but turned off in the final render. Or vice versa, an imager may be slow or not required in the IPR, but turned on in the final render. Specifies if an imager is assigned to all drivers or just the selected ones. Specifies which AOVs are affected by the imager. Selects layers processed by this imager with a glob or operator expression. An imager can use a selection to determine what nodes 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. Selection
Render
Drivers
AOVs
diffuse_direct or diffuse_indirect
. Or write diffuse_*
to select all AOVs start with 'diffuse_' prefix.Expression
or
(union)and
(intersection)not
(negation)and not
(exclusion)()
for nested scopingr'<my_regex>'
. For example:specular or diffuse
not r'sss_(direct|indirect)'
r'color_(mask1|mask2)' or r'mask[34]'