Skip to content

core: implement black point compensation

Xaver Hugl requested to merge work/zamundaaa/blackpoint-compensation into master

Black point compensation linearly scales colors to fit the darkest brightness a display can show, in order to prevent clipping and thus banding in the dark areas of images.

This only does anything with an ICC profile set atm, and it uses lcms to estimate the black point (as the explicit bkpt tag is apparently, like half the tags of ICC profiles, almost always wrong)

Merge request reports