man-pages/man1/linkicc.1.html
2021-03-31 01:06:50 +01:00

154 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of LINKICC</TITLE>
</HEAD><BODY>
<H1>LINKICC</H1>
Section: User Commands (1)<BR>Updated: September 30, 2004<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
linkicc - little cms device link generator.
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>linkicc</B>
[<I>options</I>]<I> &lt;profiles&gt;</I>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
lcms is a standalone CMM engine, which deals with the color management.
It implements a fast transformation between ICC profiles.
<B>linkicc </B>
is little cms device link generator.
<P>
Links two or more profiles into a single devicelink profile.
Colorspaces must be paired except Lab/XYZ, that can be interchanged.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-8</B>
<DD>
Creates 8-bit devicelink.
<DT id="2"><B>-b </B>
<DD>
Black point compensation.
<DT id="3"><B>-c &lt;0,1,2,3&gt;</B>
<DD>
Precission (0=LowRes, 1=Normal, 2=Hi-res). [defaults to 1]
<DT id="4"><B>-d&nbsp;</B><I>description</I>
<DD>
Description text (quotes can be used).
<DT id="5"><B>-h &lt;0,1,2,3&gt;</B>
<DD>
Show summary of options and examples.
<DT id="6"><B>-i&nbsp;</B><I>profile</I>
<DD>
Input profile (defaults to sRGB).
<DT id="7"><B>-k &lt;0..400&gt; </B>
<DD>
Ink-limiting in % (CMYK only)
<DT id="8"><B>-o&nbsp;</B><I>profile</I>
<DD>
Output devicelink profile. [defaults to 'devicelink.icm']
<DT id="9"><B>-t &lt;0,1,2,3&gt;</B>
<DD>
Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
<DT id="10"><B>-x </B>
<DD>
Creatively, guess deviceclass of resulting profile.
<DT id="11"><PRE>
<DD>Built-in profiles:
*Lab -- D50-based CIEL*a*b (PCS)
*XYZ -- CIE XYZ (PCS)
*sRGB -- sRGB color space
*Gray22- Monochrome of Gamma 2.2
*Lin2222- CMYK linearization of gamma 2.2 on each channel
</PRE>
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>EXAMPLES</H2>
<PRE>
To create 'devicelink.icm' from a.icc to b.icc:
linkicc a.icc b.icc
To create 'out.icc' from sRGB to cmyk.icc:
linkicc -o out.icc *sRGB cmyk.icc
To create a sRGB input profile working in Lab:
linkicc -x -o sRGBLab.icc *sRGB *Lab
To create a XYZ -&gt; sRGB output profile:
linkicc -x -o sRGBLab.icc *XYZ *sRGB
To create a abstract profile doing softproof for cmyk.icc:
linkicc -t1 -x -o softproof.icc *Lab cmyk.icc cmyk.icc *Lab
To create a 'grayer' sRGB input profile:
linkicc -x -o grayer.icc *sRGB gray.icc gray.icc *Lab
To embed ink limiting into a cmyk output profile:
linkicc -x -o cmyklimited.icc -k 250 cmyk.icc *Lab
</PRE>
<A NAME="lbAG">&nbsp;</A>
<H2>NOTES</H2>
For suggestions, comments, bug reports etc. send mail to
<A HREF="mailto:info@littlecms.com">info@littlecms.com</A>.
<A NAME="lbAH">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+jpgicc">jpgicc</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+tificc">tificc</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+psicc">psicc</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+transicc">transicc</A></B>(1),
<A NAME="lbAI">&nbsp;</A>
<H2>AUTHOR</H2>
This manual page was written by Shiju p. Nair &lt;<A HREF="mailto:shiju.p@gmail.com">shiju.p@gmail.com</A>&gt;,
for the Debian project.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="12"><A HREF="#lbAB">NAME</A><DD>
<DT id="13"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="14"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="15"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="16"><A HREF="#lbAF">EXAMPLES</A><DD>
<DT id="17"><A HREF="#lbAG">NOTES</A><DD>
<DT id="18"><A HREF="#lbAH">SEE ALSO</A><DD>
<DT id="19"><A HREF="#lbAI">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:18 GMT, March 31, 2021
</BODY>
</HTML>