This content has been marked as final.
Show 1 reply
-
1. Re: XYZ convertion problem
Chris Cox Sep 25, 2011 12:58 PM (in response to fatysekDesign)Most of the filter examples in the SDK should show you how to get interleaved channel data.
But you're missing some things.
That's a fixed matrix that converts from ONE RGB space to XYZ, and you haven't taken into account the colorspace of the document (sRGB and AdobeRGB would need different matrices).
Also, you haven't done anything to convert from gamma encoded data to linear (gamma 1.0 data) - which also needs to use the document colorspace/profile.


