ledoge
ledoge
@TacoEarth In theory [this](https://cgit.freedesktop.org/~hwentland/color-demo-app/) program should work, however, it's from a few years ago and since it's an alpha, I don't know if the API has changed since then. Can...
@TacoEarth Those reported primaries are the sRGB ones. I assume the Windows driver sRGB clamp is actually working though? In that case, it would mean that the driver actually changes...
@TacoEarth Hmmm... This might be another case of LG setting the sRGB flag (making DisplayCAL report it as sRGB) but then reporting non-sRGB primaries (which the AMD driver uses anyway)....
Oh yeah, sorry, forgot that it uses NVIDIA APIs for everything so it can't work with your AMD GPU. Not sure what other interfaces for getting the EDID there are...
Hmm... Not sure why DisplayCAL was reporting the sRGB gamut, as the EDID you posted doesn't have the sRGB flag set and it has non-sRGB primaries. I assume you recreated...
@Probotector Here you go: `0.8339032664419913:0.16906645615347132:-0.002969722595462687:0.046433418187247666:0.94836533975325:0.005201242059502405:0.012442034400465464:0.0497391630895853:0.9378188025099494` The code for calculating those values based on the RGB primary coordinates is [here](https://github.com/ledoge/novideo_srgb/files/7420291/Program.zip) – just pass the coordinates as six separate arguments in the...
Thank you for the feedback! An "About" window seems like a good idea – I'll add that in the next release. Also, an icon would indeed be nice to have,...
The tone response curves are used in two ways: the black point of the display is calculated using them, and the re-gamma LUT is populated with the inverse of the...
>if there is any benefit of Calibrating+Profiling or just Profiling is enough to get the black value Calibrating just adds vcgt data to the profile (which might result in a...
Wow, those results are awesome! Thanks for sharing. >Matrix only profiles will not produce a correct gamma curve in novideo_srgb They should work fine as long as you disable black...