Hi, >1) Is it possible to use LCMS as an program for generating DeviceLink >profiles from to CMYK-profiles und MacOSX ?
Yes. See the icclink program. It works as command line. If you invoke it without parameters, it prints the usage. Here is a copy: ----- little cms device link generator - v1.1 Links two or more profiles into a single devicelink profile. Colorspaces must be paired except Lab/XYZ, that can be interchanged. usage: icclink [flags] <profiles> flags: -o<profile> - Output devicelink profile. [defaults to 'devicelink.icm'] -t<0,1,2,3> - Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute) -c<0,1,2> - Precission (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1] -d<description> - description text (quotes can be used) -b - Black point compensation -k<0..400> - Ink-limiting in % (CMYK only) ----- >2) Would it be possible to enable Blackpoint Compemsation for generating >the DeviceLink profile ? Yes. Just use the -b toggle. >3) If DeviceLink Creation is possible, what would be necessary to make >an real MacOSX application incl. Installer for DeviceLink creation ? That is more complex. I assume you mean a GUI based application for easy use. I am not very used to OSX, but shouldn't be too difficult for a Mac programmer. Anyway the command line is not too hard and is a real MacOSX application too. Regards, Marti Maria The little cms project http://www.littlecms.com [EMAIL PROTECTED] ----- Original Message ----- From: "Jan-Peter Homann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 5:52 PM Subject: [Lcms-user] DeviceLink-Creation for MacOSX Hi LCMS-List As a non-programmer, I have some questions: 1) Is it possible to use LCMS as an program for generating DeviceLink profiles from to CMYK-profiles und MacOSX ? 2) Would it be possible to enable Blackpoint Compemsation for generating the DeviceLink profile ? 3) If DeviceLink Creation is possible, what would be necessary to make an real MacOSX application incl. Installer for DeviceLink creation ? Thank You Jan-Peter -- colormanagement.de ---------- fon/fax +49 30 611 075 18 Jan-Peter Homann ------------- mobile +49 171 54 70 358 Kastanienallee 71 ------- http://www.colormanagement.de 10435 Berlin --------- mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
