-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: add setting to enable compromise between sRGB and wide gamut #92
Comments
It supports a P3 clamp which is between sRGB and Wide Gamut. The extension in the gamut from sRGB, especially in Red, will impact skin tones. It's pretty much unavoidable. |
On my display, the P3 clamp is basically the same as unclamped - way too much red. Another reason why at least editable EDID primaries would be useful -- my display comes with a printed sheet with "factory" calibration results. The reported x y values are slightly different than what the monitor reports via EDID. If the fields in your app were editable, I could input the printed values and see if it helps. |
You can edit EDID primaries with other software. For example using CRU https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU Just edit them to match whatever printed values you were given and enable sRGB clamp. Be wary that factory calibrations or store performed calibrations are usually wrong and inaccurate in some ways. It is always better to do it yourself. |
@Carl-Robert Thanks for the tip about CRU, I'll check it out! May be a workable solution until novideo_srgb implements editable EDID parameters. |
First of all, thank you for creating this very helpful utility.
It would be nice if I could tone down the colors on my display just a little bit. A full sRGB clamp, while technically accurate, produces fairly dull, desaturated colors (mostly reds). What if it were possible to choose a "% clamping" parameter that would enable the user to achieve a kind of compromise between sRGB and wide gamut -- i.e. a bit more vibrancy in reds and greens, but not so much as to cause red skin?
Alternatively, an option to fine-tune the EDID primaries could do the trick as well.
The text was updated successfully, but these errors were encountered: