Hi Marti,

Could you make the function
        cmsReadChromaticAdaptationMatrix
public in the next version? It sits in the lcms.h, but is not exported.
It could be used to copy the icSigChromaticAdaptationTag from one
profile to another, for example.

if (cmsIsTag(hProfile1, icSigChromaticAdaptationTag))
{
    MAT3 m;
    cmsReadChromaticAdaptationMatrix(&m, hProfile1);
    cmsAddTag(hProfile2, icSigChromaticAdaptationTag, &m);
}

Thanks,
Sergey

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to