Fixed bad quality ICCv2 for RT output profile

This commit is contained in:
Desmis
2018-05-12 18:10:18 +02:00
parent 0268b9428b
commit 3806eb1408
4 changed files with 138 additions and 46 deletions

View File

@@ -1293,7 +1293,8 @@ private:
useLCMS = false;
if ((jprof = ICCStore::getInstance()->createCustomGammaOutputProfile (params.icm, ga)) == nullptr) {
useLCMS = true;
useLCMS = true;
}
} else {