Added "no input color profile" to language/defaults.
This commit is contained in:
@@ -651,6 +651,7 @@ TP_ICM_FILEDLGFILTERANY;Any files
|
|||||||
TP_ICM_FILEDLGFILTERICM;ICC Profile Files
|
TP_ICM_FILEDLGFILTERICM;ICC Profile Files
|
||||||
TP_ICM_GAMMABEFOREINPUT;Profile applies Gamma
|
TP_ICM_GAMMABEFOREINPUT;Profile applies Gamma
|
||||||
TP_ICM_INPUTCAMERA;Camera default
|
TP_ICM_INPUTCAMERA;Camera default
|
||||||
|
TP_ICM_INPUTNONE;No profile
|
||||||
TP_ICM_INPUTCUSTOM;Custom
|
TP_ICM_INPUTCUSTOM;Custom
|
||||||
TP_ICM_INPUTDLGLABEL;Select Input ICC Profile...
|
TP_ICM_INPUTDLGLABEL;Select Input ICC Profile...
|
||||||
TP_ICM_INPUTEMBEDDED;Use Embedded, if possible
|
TP_ICM_INPUTEMBEDDED;Use Embedded, if possible
|
||||||
|
@@ -778,7 +778,7 @@ void CurveFactory::complexCurve (double ecomp, double black, double hlcompr, dou
|
|||||||
|
|
||||||
double def_mul = pow (2.0, defmul);
|
double def_mul = pow (2.0, defmul);
|
||||||
|
|
||||||
printf ("def_mul= %f ecomp= %f black= %f hlcompr= %f shcompr= %f br= %f contr= %f defmul= %f gamma= %f, skip= %d \n",def_mul,ecomp,black,hlcompr,shcompr,br,contr,defmul,gamma_,skip);
|
//printf ("def_mul= %f ecomp= %f black= %f hlcompr= %f shcompr= %f br= %f contr= %f defmul= %f gamma= %f, skip= %d \n",def_mul,ecomp,black,hlcompr,shcompr,br,contr,defmul,gamma_,skip);
|
||||||
|
|
||||||
// compute parameters of the gamma curve
|
// compute parameters of the gamma curve
|
||||||
double start = exp(gamma_*log( -0.099 / ((1.0/gamma_-1.0)*1.099 )));
|
double start = exp(gamma_*log( -0.099 / ((1.0/gamma_-1.0)*1.099 )));
|
||||||
|
Reference in New Issue
Block a user