merge with dev

This commit is contained in:
Desmis
2018-02-01 15:28:56 +01:00
8 changed files with 56 additions and 34 deletions

View File

@@ -180,9 +180,9 @@ void RawImageSource::getAutoMatchedToneCurve(std::vector<double> &outCurve)
if (!histMatchingCache.empty()) {
if (settings->verbose) {
std::cout << "tone curve found in cache" << std::endl;
outCurve = histMatchingCache;
return;
}
outCurve = histMatchingCache;
return;
}
outCurve = { DCT_Linear };