Extend range of exposure slider.
This commit is contained in:
@@ -647,8 +647,8 @@ void ImProcFunctions::getAutoExp (unsigned int* histogram, int histcompr, doubl
|
||||
|
||||
bl = (int)((65535*bl)/awg);
|
||||
br = log(65535.0*corr / (awg)) / log(2.0);
|
||||
if (br<0)
|
||||
br = 0;
|
||||
if (br<0) br = 0;
|
||||
if (br>10) br=10;
|
||||
}
|
||||
|
||||
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
Reference in New Issue
Block a user