This commit is contained in:
Andrew Murray 2016-11-24 03:50:54 +00:00 committed by GitHub
commit 8ab14e50aa

View File

@ -727,7 +727,7 @@ static cmsBool _calculate_rgb_primaries(CmsProfileObject* self, cmsCIEXYZTRIPLE*
cmsHPROFILE hXYZ; cmsHPROFILE hXYZ;
cmsHTRANSFORM hTransform; cmsHTRANSFORM hTransform;
/* http://littlecms2.blogspot.com/2009/07/less-is-more.html */ /* http://littlecms2.blogspot.com.au/2009/07/less-is-more.html */
// double array of RGB values with max on each identity // double array of RGB values with max on each identity
hXYZ = cmsCreateXYZProfile(); hXYZ = cmsCreateXYZProfile();