Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.11 KB

readme.md

File metadata and controls

25 lines (19 loc) · 1.11 KB

zones: zone system tone editor

this is inspired by ansel adams zone system, a way to think about a tone curve, i.e. modifying brightness of the output based on logarithmically spaced zones of input brightness.

it works similar to the tone equaliser aurelien implemented for darktable: the input image is partitioned into zones based on exposure values. these partitions are blurred to give us smooth blending. this is done by a guided filter which takes the original image as guide for the edges.

connectors

  • input
  • output
  • dspy the quantised and filtered luminance to visualise the zones

parameters

  • radius this fraction of the image width will be the blur radius
  • epsilon the edge weight for the guided filter
  • gamma the gamma correction to apply before quantisation to zones. lower this value if you need more zones in the blacks, increase it for finer resolution in the highlights. this can be a great way to separate the image exactly where you need it.
  • nzones the number of zones the image should be quantised into
  • zone the exposure compensation values for the zones from dark to bright.