Closed ghost closed 7 months ago
I am not going to include this pull request for three reasons:
The levels where the image becomes very bright don't make sense to me.
Truncating the maximum value of the exposure level does not seem like an elegant solution to me, it would be better to adjust the response curve that is a function of the brightness of the scene. That is, in the latest version the line:
exposure = (exp(-exposure) * 3.03) + 0.6;
The factor and the addend should be adjusted together.
This adds a limit to how dark the autoexposure can go. In normal conditions this doesn't change much, but in very bright areas such as sand it keeps it looking bright. I have added a slider for it under
Advanced options > Light
with 4 options:The new option still needs to be translated for
sv_SE
andzh_CN
, since I don't speak them.Off:
Low:
Medium:
High: