Ported version.h bugfix

This commit is contained in:
Oliver Duis
2011-04-08 19:57:11 +02:00
parent 9d053c18b3
commit 323f36b8e0
4 changed files with 4 additions and 5 deletions

View File

@@ -715,9 +715,8 @@ IImage8* Thumbnail::processImage (const procparams::ProcParams& params, int rhei
// The RAW exposure is not reflected since it's done in preprocessing. If we only have e.g. the chached thumb,
// that is already preprocessed. So we simulate the effect here roughly my modifying the exposure accordingly
if (params.raw.expos!=1) br += (params.raw.expos-1.0);
printf("Param raw.exp: %f real %f\n",params.raw.expos,br);
LUTf curve1 (65536);
LUTf curve2 (65536);
LUTf curve (65536);