LC curve blotches, Issue 2209

This commit is contained in:
Ingo 2014-01-19 17:22:31 +01:00
parent 3273f53475
commit 99e52febe9
2 changed files with 6 additions and 4 deletions

View File

@ -3272,7 +3272,7 @@ void ImProcFunctions::chromiLuminanceCurve (int pW, LabImage* lold, LabImage* ln
float skbeg=-0.05f;//begin hue skin
float skend=1.60f;//end hue skin
const float chrmin=20.0f;//to avoid artefact, because L curve is not a real curve for luminance
const float chrmin=50.0f;//to avoid artefact, because L curve is not a real curve for luminance
float aa,bb;
float zz=0.0f;
float yy=0.0f;

View File

@ -1,12 +1,14 @@
#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 316
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
#define PPVERSION 317
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
/*
Log of version changes
317 2014-01-19
changes to behaviour of LC curve, Issue 2209
315 2013-12-12
add LH et HH curve to lab mode
313 2013-11-19