Change CmsCIExyY by cmsCIEXYZ in some cases
This commit is contained in:
parent
1f04599bc3
commit
e02d4ac24d
@ -1034,7 +1034,7 @@ void ICCProfileCreator::savePressed()
|
|||||||
} else {
|
} else {
|
||||||
if (v2except) {
|
if (v2except) {
|
||||||
|
|
||||||
cmsCIExyY XYZ;
|
cmsCIEXYZ XYZ;
|
||||||
|
|
||||||
{
|
{
|
||||||
XYZ = {0.95045471, 1.0, 1.08905029};//white D65
|
XYZ = {0.95045471, 1.0, 1.08905029};//white D65
|
||||||
@ -1056,9 +1056,9 @@ void ICCProfileCreator::savePressed()
|
|||||||
|
|
||||||
cmsWriteTag(profile_v2_except, cmsSigMediaBlackPointTag, &blackpoint);
|
cmsWriteTag(profile_v2_except, cmsSigMediaBlackPointTag, &blackpoint);
|
||||||
cmsWriteTag(profile_v2_except, cmsSigMediaWhitePointTag, &XYZ);
|
cmsWriteTag(profile_v2_except, cmsSigMediaWhitePointTag, &XYZ);
|
||||||
cmsCIExyY rt;
|
cmsCIEXYZ rt;
|
||||||
cmsCIExyY bt;
|
cmsCIEXYZ bt;
|
||||||
cmsCIExyY gt;
|
cmsCIEXYZ gt;
|
||||||
|
|
||||||
if (primariesPreset == "sRGB") {
|
if (primariesPreset == "sRGB") {
|
||||||
//calculated with personnal special spreadsheat
|
//calculated with personnal special spreadsheat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user