Choice of display profile affects histogram, color picker values and overexposure indicators #3271
Closed
Description
Describe the bug
It doesn't seem possible to saturate the black level to yield zero RGB values.
black_level_test_file_and_xmp.zip
To Reproduce
Steps to reproduce the behavior:
- Open a raw image with no edits (an example Olympus ORF file attached)
- Enable the Exposure module
- Set black level correction to 1.0
- Enable under/overexposure indicator
- Observe there are no parts of the image indicated as underexposed (I have the underexposure threshold set at 2% which is the default)
- Color picker also shows a minimum value of
RGB = (6, 6, 6), at some point this becomes independent of the black level correction (e.g. the same result with 0.1 and 1.0) - Tried also doing some other adjustments (e.g. contrast, brightness) but no adjustments seemed to reduce the RGB values
- Increasing the underexposure threshold to 3%, now most of the image is shown as underexposed
Expected behavior
Most of the image should be shown as underexposed and there should be completely black pixels (RGB = (0, 0, 0))
Platform (please complete the following information):
- OS: Arch Linux x86_64
- Version a82f213
Additional context
In my usual workflow I have used the over/underexposure indicators to observe clipping e.g. when doing adjustments in Filmic, but now the underexposure indication seems to be broken. I can try to find the most recent version where this worked (next week) if it is beneficial. This also doesn't seem to depend on whether OpenCL is enabled or not.