Merge branch 'master' into spot-removal-tool
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
return 8 * sizeof(unsigned short);
|
||||
}
|
||||
virtual void getScanline (int row, unsigned char* buffer, int bps);
|
||||
virtual void setScanline (int row, unsigned char* buffer, int bps, float *minValue = NULL, float *maxValue = NULL);
|
||||
virtual void setScanline (int row, unsigned char* buffer, int bps, float *minValue = nullptr, float *maxValue = nullptr);
|
||||
|
||||
// functions inherited from IImage16:
|
||||
virtual MyMutex& getMutex ()
|
||||
@@ -97,7 +97,7 @@ public:
|
||||
delete this;
|
||||
}
|
||||
|
||||
void ExecCMSTransform(cmsHTRANSFORM hTransform);
|
||||
void ExecCMSTransform(cmsHTRANSFORM hTransform, const LabImage &labImage, int cx, int cy);
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user