Hi Marti and others,
Thanks for yet another wonderful release of the lcms library.
Today I tried the 1.13 release version.
Unfortunately, there was in error during runtime, 'log domain atan2' or
something like that.
(Using BCB 6, Windows 2000).
The same happened with 1.12, at which time I reported the same error...
I found the error to occur in 'cmspcs.c' in the function 'cmsLab2LCh' on
the following line:
LCh -> h = atan2(Lab -> b, Lab -> a);
I fixed it by replacing this with the 1.11 code:
if (Lab -> a == 0)
LCh -> h = 0;
else
LCh -> h = atan2(Lab -> b, Lab -> a);
I hope this information is of some use to you!
Greetings,
Auke Nauta
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user