still dont see it:
Wow, amazing... See my results on W2K, WinXP and Cygwin
----------------------- Windows (identical for W2K and XP)
F:\lcms>icctrans -v -i sYCC_8-bit.icc little cms ColorSpace conversion calculator - v1.8
From: sYCC 8-bit Desc: sYCC 8-bit To : sRGB built-in - (lcms internal)
Enter values, 'q' to quit R (0..255)? q Done.
----------------------- Cygwin
[EMAIL PROTECTED] ~/lcms-1.14/samples $ ./icctrans -v -i sYCC_8-bit.icc little cms ColorSpace conversion calculator - v1.8
From: sYCC 8-bit Desc: sYCC 8-bit To : sRGB built-in - (lcms internal)
Enter values, 'q' to quit R (0..255)? q Done.
I will try on Mac & Red Hat tomorrow ...
Regards, Marti.
----- Original Message ----- From: "Kai-Uwe Behrmann" <[EMAIL PROTECTED]>
To: "Marti" <[EMAIL PROTECTED]>
Cc: "Lcms Liste" <[email protected]>
Sent: Saturday, February 26, 2005 9:17 PM
Subject: Re: [Lcms-user] CinePaint, profile description and ICC v4
Hi,
still dont see it: & jpegicc -v v4YCCRGB_Upper_Right.jpg out.jpg v4YCCRGB_Upper_Right.jpg(sRGB) -> out.jpg(sRGB) [perceptual] (embedded profile found)
Yes, I use version 1.14 of lcms and the cmsTakeProductDesc function. Should I explicitely test for the mluc tag?
like:
if (hProfile) {
gimp_image_set_icc_profile_by_mem (image_ID, Len, Buffer);
if (cmsIsTag(hProfile, icSigProfileDescriptionTag)) {
char* text = calloc(sizeof(char), 1024);
cmsReadICCText(hProfile,icSigProfileDescriptionTag,text);
printf ("icSigProfileDescriptionTag: %s\n",text);
}
printf("1 %s||",cmsTakeProductName(hProfile));
printf("2 %s||",cmsTakeProductDesc(hProfile));
printf("3 %s||",cmsTakeProductInfo(hProfile));
printf("4 %s||",cmsTakeManufacturer(hProfile));
printf("5 %s||",cmsTakeModel(hProfile));
}output: icSigProfileDescriptionTag: 1 ||2 ||3
[EMAIL PROTECTED]
WhitePoint : D65 (daylight)
||4 ||5 ||
The profile is attached for testing.
thanks
Kai-Uwe Behrmann
+ development for color management
+ imaging / panoramas
+ email: [EMAIL PROTECTED]
+ http://www.behrmann.name
Am 26.02.05, 17:59 +0100 schrieb Marti:
Hi,
> I used the color.org test html page to test lcms. CinePaint has problems > to show the correct profile description (right side of the windows bar). > The upper images are version 4 profiles using the mluc tag to store the > description information. You can see it for the upper left immage in the > bottom left field.
Humm.. tried jpegicc with -v and the profile description comes fine. Are you
using 1.14? Or maybe wcstombs() funtion doesn't work properly on your
platform?
> Anyway v4 seems to work with lcms. Thanks!
Great! Thanks for let me know.
Regards Marti.
--------------------------------------------------------------------------------
No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.5.1 - Release Date: 27/02/2005
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.5.1 - Release Date: 27/02/2005
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Lcms-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lcms-user
