Tone Map
Tone Map compresses a high dynamic range image into a displayable range using a chosen response curve — the technical bridge between scene-linear capture data and display-referred color that every photo passes through internally.
Parameters
| Parameter | Type | Options | Default | What it does |
|---|---|---|---|---|
| Preset | enum | linear, film, reinhard, clip | film | The tone-mapping response curve applied. |
Note: Tone Map isn't currently available from the Add Filter menu in the editor — every photo already gets a standard tone-mapping pass automatically as a fixed part of the pipeline. This page documents it for completeness since it exists in the underlying system. There's no control screenshot here for the same reason: it isn't user-addable, so there's no real panel to capture.
See also
Tone Curve is the user-facing way to further shape the tonal response after tone mapping.
JSON structure
{
"id": "tone-map",
"enabled": true,
"params": {
"preset": "film"
}
}