-
Notifications
You must be signed in to change notification settings - Fork 1.3k
HDR / color management support on Wayland #20688
Description
Currently, even when using HDR capable display with wide color gamut, Darktable is being limited to sRGB. (This can be verified by setting "display profile" from "system display profile" to "sRGB" and observing no change in displayed images.) This makes it practically impossible for many Linux users to edit photos beyond sRGB color space. (For users using desktop with external monitor, it might be feasible to switch display to SDR mode and use display's OSD or system utilities to change it's color gamut and match this setting in Darktable. This approach would be tedious and require frequent system setting changes causing problems for running apps, plus it's not feasible on laptops.)
Please consider implementing support for Wayland and it's HDR capabilities. Modern desktop environments like KDE already have HDR support, and as far as I know, all the Wayland related protocols are already standardized. (I'm sorry, I don't understand all the technical details.) Darktable should take full advantage of capabilities of display and convert colors from image's color space in software, or it would outsource this job to the system if possible.