made histogram matching depend on the input profile
This improves the accuracy of the matching when using non-default profiles
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
}
|
||||
|
||||
// for RAW files, compute a tone curve using histogram matching on the embedded thumbnail
|
||||
virtual void getAutoMatchedToneCurve(std::vector<double> &outCurve)
|
||||
virtual void getAutoMatchedToneCurve(const ColorManagementParams &cp, std::vector<double> &outCurve)
|
||||
{
|
||||
outCurve = { 0.0 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user