@Entropy512 is clearly interested in enfuse
and its implementation in dt. This thread is dedicated to the two, although I will be focusing on the latter, as I don’t use dt often, let alone the dev version. For context, please start here:
– A tone equalizer in darktable ? - #67
– [Play_Raw] Dynamic Range Management - #17 by Entropy512
At present, I shall be replying to
As an experiment, here are the outputs: exposure10,contrast10,exposure24,contrast24
They are all different. My processing is as follows:
1 Bracket 3 exposures like so: 0ev,2ev,4ev.
2 10 series: apply gamma 2.4 post enfuse
processing.
3 24 series: apply gamma 2.4 pre enfuse
processing.
4 Normalize and round for web output.
If I take the FeatureSIM of each image (the JPGs) against 0ev (a TIF), I get the following values (higher is better).
[~,b]=FeatureSIM(ev,e24)
b = 0.10508
[~,b]=FeatureSIM(ev,e1)
b = 0.10848
[~,b]=FeatureSIM(ev,c24)
b = 0.10489
[~,b]=FeatureSIM(ev,c1)
b = 0.10544
It is clear that the 10 series perform better than their 24 counterparts. Therefore, linear input isn’t a detriment to enfuse
processing, at least for this image and this quality assessor. The issue lies elsewhere.