Thanks Mark! I had just been playing with icctrans, but I didn't know it would accept the data in rows like that. :)
Yes, I can easily create a suitable text file. Cheers, Greg. -----Original Message----- From: Mark Rubin [mailto:[EMAIL PROTECTED] Sent: Sunday, 30 March 2003 2:23 AM To: [EMAIL PROTECTED] Subject: [Lcms-user] Re: Need to convert lots of measurements from Lab to XYZ "Sullivan, Gregory (SNL)" <[EMAIL PROTECTED]> writes: > Can anyone recommend a way to convert lots of measurements from Lab to > XYZ? I don't want to write a program to do this if I can help it. > :) Why not use: icctrans -i'*Lab' -o'*xyz' Note that even though icctrans prompts sequentially for L*, a*, b*, it will accept a file like: 1 0 0 0.9 .1 .2 0 0 0 q Used via: icctrans -i'*Lab' -o'*xyz' < lab_value_file > (an Excel plug-in would be ideal) I use Linux, so I don't know about Excel. Can you export a plain ascii file (as above), run through icctrans in a DOS shell, and re- import? ===== -- MARK [EMAIL PROTECTED] __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
