Fixed bug ExecCMSTransform for non raw files

This commit is contained in:
Desmis
2018-05-01 09:39:15 +02:00
parent 7ca1492138
commit 9e5506aa35
3 changed files with 50 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ public:
void normalizeFloatTo1();
void normalizeFloatTo65535();
void calcCroppedHistogram(const ProcParams &params, float scale, LUTu & hist);
void ExecCMSTransform2(cmsHTRANSFORM hTransform);
void ExecCMSTransform(cmsHTRANSFORM hTransform);
void ExecCMSTransform(cmsHTRANSFORM hTransform, const LabImage &labImage, int cx, int cy);