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
The code seems to convert from gamma 2.2 to linear RGB before applying ordered dither then converts back to gamma2.2 but my .cube and my monitor are calibrated for sRGB which is a piecewise function so I think it needs a function implementation for the sRGB TRC. Can you implement that or provide a patch just for that?