little cms-1.16

Introduction to little cms

The little cms library is used by other programs to provide color management facilities.

Package Information

Additional Downloads

little cms Dependencies

Optional

LibTIFF-3.8.2, libjpeg-6b, and Python-2.5.2 (with SWIG also)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lcms

Installation of little cms

Install little cms by running the following commands:

patch -Np1 -i ../lcms-1.16-swig_fixes-1.patch &&
./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install &&
install -v -m755 -d /usr/share/doc/lcms-1.16 &&
install -v -m644 README.1ST doc/* /usr/share/doc/lcms-1.16

Contents

Installed Programs: icc2ps, icclink, icctrans, wtpt and optionally, jpegicc, tiffdiff and tifficc
Installed Libraries: liblcms.{so,a} and the optional _lcms.so Python module
Installed Directory: /usr/share/doc/lcms-1.16

Short Descriptions

icc2ps

generates PostScript CRD or CSA from ICC profiles.

icclink

links two or more profiles into a single device link profile.

icctrans

is a color space conversion calculator.

jpegicc

is an ICC profile applier for JPEG files.

tifficc

is an ICC profile applier for TIFF files.

wtpt

shows media white of profiles, identifying black body locus.

liblcms.{so,a}

is used by the lcms programs as well as other programs to provide color management facilities.

Last updated on 2007-07-14 18:27:07 -0500