Hello,
I work with the lcms-1.14 source.
I tried to use the cmsAdaptToIlluminant procedure in
a little Delphiapplication
The first problem was, that the cmsAdaptToIlluminant
procedure doesn’t exist in the lcmsdll.pas
and after I added:
PROCEDURE cmsAdaptToIlluminant(Resu
There is a Difference between the:
…\lcms-1.14\doc\TUTORIAL.TXT
cmsAdaptToIlluminant(LPcmsCIEXYZ Result, LPcmsCIExyY SourceWhitePt,
LPcmsCIExyY Illuminant, LPcmsCIEXYZ Value);
and the:
…\lcms-1.14\doc\LCMSAPI.TXT
cmsAdaptToIlluminant(LPc
hi,
what is the difference between
the following flags?
cmsFLAGS_BLACKPOINTCOMPENSATION
cmsFLAGS_WHITEBLACKCOMPENSATION
regards
andre k.
Hello,
unfortunately I have some more questions about using your
library (lcms.dll).
I hope you’re able to answer all these questions
and I didn’t take too much of your time.
I’d like to program an application like the “ICC-Profile
Inspector” (with Delphi).
My first problem is to