Misc. typos
Found via `codespell` + removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
This commit is contained in:
@@ -386,7 +386,7 @@ private:
|
||||
}
|
||||
|
||||
if (!imgsrc->isRAW()) {
|
||||
multip = 2.f; //take into account gamma for TIF / JPG approximate value...not good fot gamma=1
|
||||
multip = 2.f; //take into account gamma for TIF / JPG approximate value...not good for gamma=1
|
||||
}
|
||||
|
||||
float maxmax = max (maxredaut, maxblueaut);
|
||||
@@ -537,7 +537,7 @@ private:
|
||||
float gam, gamthresh, gamslope;
|
||||
ipf.RGB_denoise_infoGamCurve (params.dirpyrDenoise, imgsrc->isRAW(), gamcurve, gam, gamthresh, gamslope);
|
||||
int Nb[9];
|
||||
int coordW[3];//coordonate of part of image to mesure noise
|
||||
int coordW[3];//coordinate of part of image to measure noise
|
||||
int coordH[3];
|
||||
int begW = 50;
|
||||
int begH = 50;
|
||||
@@ -629,7 +629,7 @@ private:
|
||||
}
|
||||
|
||||
if (!imgsrc->isRAW()) {
|
||||
multip = 2.f; //take into account gamma for TIF / JPG approximate value...not good fot gamma=1
|
||||
multip = 2.f; //take into account gamma for TIF / JPG approximate value...not good for gamma=1
|
||||
}
|
||||
|
||||
float delta[9];
|
||||
|
Reference in New Issue
Block a user