Hello,
did the behaviour of conversion from sRGB to Lab changed in the lcms 2.4?

After update to 2.4 I get different results from what I used to get
with older lcms versions. The values used to be somewhere in range
[0,1], but now the values seems to be in range [0-100?].

For example, assume the conversion conversion from uint8 sRGB:
{63, 63, 63}
to Lab float.

With older lcms versions I got:
{0.275746, 0.502007, 0.501945}
but now I get:
{27.5745792, 0.0116731515, -0.00389105058}

Is this change intentional?

The profiles are created using the cmsCreate_sRGBProfile() function
for RGB and cmsCreateLab4Profile(0) for Lab.

Regards,
Lukas

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to