ledoge / novideo_srgb

Calibrate monitors to sRGB or other color spaces on NVIDIA GPUs, based on EDID data or ICC profiles
GNU General Public License v3.0
986 stars 35 forks source link

Would it be possible to create an sRGB setting with a 2.2 gamma curve? #97

Closed cpod12 closed 4 months ago

cpod12 commented 4 months ago

I've looked a bit into the code and as far as I can tell it seems that it uses the sRGB piecewise curve for the sRGB/BT.709 setting, but think it would be nice if there was an option to use pure power 2.2 gamma too. It would be cool to add BT.1886 as well. Or is there a way to do this already with EDID and not using an ICC profile? If there isn't I'd be willing to look into adding those settings.

cpod12 commented 4 months ago

I realized that only works with ICC profiles. Probably can't be added.