02-16-2008, 16:11
|
Spelmer
Joined on 08-27-2005
Posts 5
|
Re: Converting Adobe RGB ICC profile to sRGB profile
|
 
 
|
|
|
<BLOCKQUOTE><table width="85%"><tr><td class="txt4"><img src="/SupportPortal/cs/Themes/default/images/icon-quote.gif"> <strong>GregR wrote:</strong></td></tr><tr><td class="quoteTable"><table width="100%"><tr><td width="100%" valign="top" class="txt4">These functions are close, but not exactly what the feature request was for. These functions convert the colors to based on the color models specified on the documentation page for L_ClrInit. The feature request was basically to add functionality like this, but instead of having predefined color spaces like in L_ClrInit, he wants to specify an input and output ICC profile.<br><br>As for the other issue, it's in our queue and I'll look at it and answer on that post.<br></td></tr></table></td></tr></table></BLOCKQUOTE>
You should know better than I but AFAIK you can use the predefined color spaces but you're certainly not limited to them. The documentation says that you can use ICC profiles for LAB, RGB, BGR, and CMYK color spaces. (To me an ICC profiles is that little file with the icc or icm extension. Is the documentation referring to something else?). And in fact you can do that by specifying the input and output profiles in CONVERSION_PARAMS.
In practice ICC profiles will be RGB so you'd be converting with the profiles in RGB or BGR color spaces.
|
|
|
|
|
Report
|
|
|
|