Re: [Lcms-user] Pantone Huey and little cms.

2007-09-15 Thread Marti Maria
Hi, Maybe I've missed some messages on this thread, sorry. What is the relationship with pantone huey? I've tried v4 sRGB from ICC, and I got good results: $ icctrans -i /cygdrive/f/sRGB_v4_ICC_preference.icc -v LittleCMS ColorSpace conversion calculator - v3.0 From: sRGB v4 ICC preference

Re: [Lcms-user] Pantone Huey and little cms.

2007-09-15 Thread Kai-Uwe Behrmann
Marti, in cmsio1.c:1507 lcms bails out if wcstombs returns with -1, as is the case for the mentioned profile. I tested on x86 linux with libc-2.5. In return of ReadEmbeddedTextTag the strlen is zero. Probably the glibc implementation is weak, and lcms needs a work around to wcstombs.

Re: [Lcms-user] Pantone Huey and little cms.

2007-09-15 Thread Marti Maria
Hi Kai-Uwe, Neat trick. I am including it in my sources, thanks! Regards Marti. On 15/09/2007 20:54:36, Kai-Uwe Behrmann ([EMAIL PROTECTED]) wrote: Marti, in cmsio1.c:1507 lcms bails out if wcstombs returns with -1, as is the case for the mentioned profile. I tested on x86 linux with