Merge branch 'dev' into 32b-tiff-output-cli

This commit is contained in:
Hombre
2018-08-30 21:32:26 +02:00
265 changed files with 10700 additions and 5025 deletions

View File

@@ -218,6 +218,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);