Skip to content

Intensity Transform

The Intensity Transform command adjusts pixel intensities using a configurable mathematical transformation.

Parameters

ParameterDescription
ModeThe transform to apply (see below)
ContrastMultiplicative scaling factor applied after the mode transform
BrightnessAdditive offset applied after scaling

Transform Modes

ModeDescription
Linearoutput = contrast × input + brightness — simple gain/offset adjustment
Logarithmicoutput = contrast × log(input + 1) + brightness — compresses bright regions; expands dark regions
Square rootoutput = contrast × sqrt(input) + brightness — moderate compression of bright regions

When to use

  • Linear — correct for systematic over/under-exposure across a batch.
  • Logarithmic — useful when signal spans several orders of magnitude (e.g. very dim and very bright objects in the same image).
  • Square root — a milder alternative to log when the intensity range is not extreme.