When I first stumbled across this thread I thought it’s only about automatic undoing of dialed-in exposure compensation. Only later I realized that the defaults in the scene-referred workflow do not simply undo the exposure compensation that was set in camera but at the same time adjust the black and white point accordingly inside the filmic module.
I am trying to improve my intuition for what is actually going on here.
This is almost the general rule that filmic applies to set the white and black point by default. That seems to be:
WhitePoint = 4 + 0.8 * ExpCompensation
BlackPoint = -8 + 0.5 * ExpCompensation
where ExpCompensation is the exposure compensation applied by the exposure module consisting of a constant 0.5 boost and the negative of the exposure compensation that was set in the camera.
Here are some effects of this
- We are using an input range of about 12 EV which is comparable to the theoretical 11.7 EV of sRGB. So filmic is not doing HDR-tone-mapping by default.
- What the camera thought ought be middle gray will be 0.5 EV brighter in filmic. (Why is there this offset?)
- The filmic white and black points will be shifted towards the range of intensities that is properly exposed in the raw file.
I can see the wisdom of this rule for the window example of @kofa (or “ETTL”): since we underexposed the image deliberately, there must be some interesting detail in the highlights that we would like to preserve (the bright window). In order to properly tone map this image, we will want a white point that is relatively farther away from middle gray and this is equivalent to using low paper “hardness”.
However, the same default rule does not seem to make that much sense for ETTR (which is its main advertised use). There, it translates to using a hard “paper” that will help to discern detail in the shadows. However, already at +0.7 EV dialed in the camera, filmic’s default curve becomes non-monotonic (orange lower part) and thus anomalous.
- What are some good general rules for setting the white and black point? In general, will one tend to stick with the 2:1 ratio of white point to black point as in the default, or perhaps more with a 1:1 ratio like in the auto filmic style of @anon41087856?
- I know that filmic is not supposed to be automatic, but for sure it would be possible to create an auto mode for filmic that better matches expectations for a default usable result. Filmic would stilll allow the same artistic expression, but it would be easier to process huge batches of boring pictures.