Merge branch 'dev' into metadata-exiv2

This commit is contained in:
Lawrence Lee
2023-02-05 12:29:58 -08:00
278 changed files with 74278 additions and 13534 deletions

View File

@@ -137,6 +137,7 @@ public:
virtual ImageMatrices* getImageMatrices () = 0;
virtual bool isRAW () const = 0;
virtual bool isGainMapSupported () const = 0;
virtual DCPProfile* getDCP (const procparams::ColorManagementParams &cmp, DCPProfileApplyState &as)
{
return nullptr;
@@ -171,7 +172,7 @@ public:
outCurve = { 0.0 };
}
double getDirPyrDenoiseExpComp ( )
double getDirPyrDenoiseExpComp () const
{
return dirpyrdenoiseExpComp;
}