Fix broken dcp tonecurve and lookup table
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
virtual ImageData* getImageData () = 0;
|
||||
virtual ImageMatrices* getImageMatrices () = 0;
|
||||
virtual bool isRAW() const = 0;
|
||||
virtual DCPProfile* getDCP(ColorManagementParams cmp, ColorTemp &wb)
|
||||
virtual DCPProfile* getDCP(const ColorManagementParams &cmp, ColorTemp &wb)
|
||||
{
|
||||
return NULL;
|
||||
};
|
||||
|
Reference in New Issue
Block a user