Normalize
Normalize automatically stretches contrast to use the full available tonal range — a quick auto-levels pass for images that look flat or washed out.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Strength | number | 0 to 100% | 100% | How fully the tonal range is stretched to fill black-to-white. |
How it works
Normalize analyzes the image's actual histogram and stretches it to use the full available range, similar to an auto-levels command. It's a good quick starting point for flat-looking images, but for precise control over exactly where the black and white points land, use Levels instead.
Control preview
JSON structure
{
"id": "normalize",
"enabled": true,
"params": {
"strength": 100
}
}