Share

Using Diagnostic Color Transforms

There are some transforms in the levels/ directory that you can apply to the display to show potential problem areas in images.

  • show_negs highlights pixels with negative color values. Other values are mapped towards middle values.
  • show_out-of-range highlights pixels with negative color values, and darkens values that are above 1.0. Values in the [0, 1] range are mapped towards middle values.

Was this information helpful?