mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
5271cdb3dc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2342 af4574ff-66df-0310-9fd7-8a98e5e911e0
104 lines
4.6 KiB
XML
104 lines
4.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz">
|
|
<!ENTITY lcms-download-ftp " ">
|
|
<!ENTITY lcms-size "586 KB">
|
|
<!ENTITY lcms-buildsize "28 MB">
|
|
<!ENTITY lcms-time "0.32 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="lcms" xreflabel="lcms-&lcms-version;">
|
|
<?dbhtml filename="lcms.html"?>
|
|
<title>lcms-&lcms-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>lcms</application></title>
|
|
|
|
<para>The lcms library is used by other programs to provide
|
|
color management facilities.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&lcms-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&lcms-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &lcms-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&lcms-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&lcms-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>lcms</application> dependencies</title>
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="libtiff"/>, <xref linkend="libjpeg"/>, <xref
|
|
linkend="Python"/> and <ulink
|
|
url="http://www.swig.org/">SWIG</ulink></para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>lcms</application></title>
|
|
|
|
<para>Install <application>lcms</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The lcms package contains the <filename class="libraryfile">liblcms</filename>
|
|
libraries, <command>icc2ps</command>, <command>icclink</command>,
|
|
<command>icctrans</command>, <command>wtpt</command> and optionally, <command>tifficc</command>,
|
|
<command>jpegicc</command> and the <filename class="libraryfile">lcms</filename>
|
|
Python module.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>liblcms library</title>
|
|
<para>The <filename class="libraryfile">liblcms</filename> libraries are used
|
|
by other programs to provide color management facilities.</para></sect3>
|
|
|
|
<sect3><title>icc2ps</title>
|
|
<para><command>icc2ps</command> generates PostScript
|
|
<acronym>CRD</acronym> or <acronym>CSA</acronym> from
|
|
<acronym>ICC</acronym> profiles.</para></sect3>
|
|
|
|
<sect3><title>icclink</title>
|
|
<para><command>icclink</command> links two or more profiles into a
|
|
single device link profile.</para></sect3>
|
|
|
|
<sect3><title>icctrans</title>
|
|
<para><command>icctrans</command> is a Color Space conversion
|
|
calculator.</para></sect3>
|
|
|
|
<sect3><title>wtpt</title>
|
|
<para><command>wtpt</command> shows media white of profiles, identifying
|
|
black body locus.</para></sect3>
|
|
|
|
<sect3><title>tifficc</title>
|
|
<para><command>tifficc</command> is an <acronym>ICC</acronym> profile
|
|
applier for <acronym>TIFF</acronym> files.</para></sect3>
|
|
|
|
<sect3><title>jpegicc</title>
|
|
<para><command>jpegicc</command> is an <acronym>ICC</acronym> profile
|
|
applier for <acronym>JPEG</acronym> files.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|