From: <ma...@li...> - 2001-06-19 18:14:41
|
Hi, First try to locate a good cmyk profile, Photoshop comes with some excellent ones, but these are copyrighted. Then just create a transform from this cmyk profile to any RGB profile. (sRGB, for example). Call cmsDoTransform() and let lcms do all translation. There is a example called simple.c on the basic transform procedure. All this stuff can be done in about 7 lines of code. Remember to use TYPE_CMYK_8 on input Martí Maria The little cms project http://www.littlecms.com ma...@li... ----- Original Message ----- From: "Eads, Jesse" <JE...@co...> To: <in...@li...> Sent: Tuesday, June 19, 2001 12:15 PM Subject: Converting values? > Great project, but do you guys know in what direction I should start for > converting CMYK values to RGB values? Or does anyone have any code > examples. > > This is an awesome project and thanks to Marti for sharing it! > > > |