Some fixes suggested by @Floessie
This commit is contained in:
@@ -485,8 +485,7 @@ void ImProcFunctions::workingtrc(const Imagefloat* src, Imagefloat* dst, int cw,
|
||||
}
|
||||
|
||||
GammaValues g_a; //gamma parameters
|
||||
constexpr int mode = 0;
|
||||
Color::calcGamma(pwr, ts, mode, g_a); // call to calcGamma with selected gamma and slope : return parameters for LCMS2
|
||||
Color::calcGamma(pwr, ts, g_a); // call to calcGamma with selected gamma and slope : return parameters for LCMS2
|
||||
|
||||
|
||||
cmsFloat64Number gammaParams[7];
|
||||
|
||||
Reference in New Issue
Block a user