Re: [Lcms-user] cmsGetHeaderAttributes always returns 0
An ICC-based CMM for color management
Brought to you by:
mm2
|
From: <mar...@li...> - 2013-03-26 09:57:19
|
> Out of interest, do you know what zero in that value actually means? Attributes comes as bit-field of boolean. There are some defines in lcms2.h #define cmsReflective 0 #define cmsTransparency 1 #define cmsGlossy 0 #define cmsMatte 2 So zero means reflective and glossy. There is another flag for positive/negative but actually this does not work and the ICC is working in alternatives, so I didn't include any definition for that. Regards Marti |