Hi,

cmsHTRANSFORM cmsCreateProofingTransform(
                                  cmsHPROFILE Input,
                                  DWORD InputFormat,
                                  cmsHPROFILE Output,
                                  DWORD OutputFormat,
                                  cmsHPROFILE Proofing,
                                  int Intent,
                                  int ProofingIntent,
                                  DWORD dwFlags);

If I understood:
   Input    = image
   Output   = printer (or device to emulate)
   Proofing = monitor/printer (device on wich look at the 
emulation)

Profing is:
   Transform Input->Output (intent= Intent parameter)
then
   Transform Output->Proofing (intent = ProofingIntent 
parameter).

First question : Proofing profile Format is missing  ?!
Second question: if I include 
 cmsFLAGS_BLACKPOINTCOMPENSATION and or
cmsFLAGS_NOTPRECALC in dwFlags (cmsFLAGS_SOFTPROOFING must 
be included),
the parameter(s) is(are) relevant to Input->Output 
transform or Output->Proofing transform or both ?

-------------------------------------------------------------------------
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