Hi,

>I´m looking for an example about "cmsCreateGrayProfile"
> and how to build the "TransferFunction".

That is just a gamma curve. Here is a example
on how to create a typical gamma 2.2 gray
profile:

LPGAMMATABLE Gamma = cmsBuildGamma(256, 2.2);
cmsHPROFILE hProfile = cmsCreateGrayProfile(cmsD50_xyY(), Gamma);
cmsFreeGamma(Gamma);

Hope this helps
Marti Maria
The littleCMS project
http://www.littlecms.com


----- Original Message ----- 
From: "MGE Info" <[EMAIL PROTECTED]>
To: <lcms-user@lists.sourceforge.net>
Sent: Saturday, November 25, 2006 8:46 PM
Subject: [Lcms-user] cmsCreateGrayProfile


Hi,
I´m looking for an example about "cmsCreateGrayProfile"
and how to build the "TransferFunction".

Is there any example someone would share with me?

Regards
Thomas



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


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