You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
denoiseprofile: disable highlight preservation if not applicable
The defaults now initialize the highlight preservation compensation
mode to FALSE if the image does not support it. While there is, at any
given point in time, no difference between setting it to FALSE and
setting it to TRUE if the image does not have applicable metadata,
we might break edits on "refresh EXIF" in future updates.
If a newer darktable version adds support e.g. for the Sony metadata,
edits which had been made before that would suddenly get a different
denoise profile selected.
By disabling the highlight compensation mode if the image was not shot
with highlight preservation (or at least we *think* it wasn't shot with
it), we avoid this.
0 commit comments