Removed printf "silpleprocess calling autoexp\n" from simpleprocess.cc. See issue 1238
This commit is contained in:
@@ -144,7 +144,6 @@ IImage16* processImage (ProcessingJob* pjob, int& errorCode, ProgressListener* p
|
|||||||
int hlcomprthresh = params.toneCurve.hlcomprthresh;
|
int hlcomprthresh = params.toneCurve.hlcomprthresh;
|
||||||
|
|
||||||
if (params.toneCurve.autoexp) {
|
if (params.toneCurve.autoexp) {
|
||||||
printf("silpleprocess calling autoexp\n");
|
|
||||||
LUTu aehist; int aehistcompr;
|
LUTu aehist; int aehistcompr;
|
||||||
imgsrc->getAutoExpHistogram (aehist, aehistcompr);
|
imgsrc->getAutoExpHistogram (aehist, aehistcompr);
|
||||||
ipf.getAutoExp (aehist, aehistcompr, imgsrc->getDefGain(), params.toneCurve.clip, expcomp, bright, contr, black, hlcompr,hlcomprthresh);
|
ipf.getAutoExp (aehist, aehistcompr, imgsrc->getDefGain(), params.toneCurve.clip, expcomp, bright, contr, black, hlcompr,hlcomprthresh);
|
||||||
|
Reference in New Issue
Block a user