2005.10.13 03:18 "[Tiff] API to clean up", by Katrina Maramba

2005.11.27 16:24 "Re: [Tiff] Settin ICC Profile info in a tiff file", by Bob Friesenhahn

On Sat, 26 Nov 2005, michael Dorrian wrote:

How do you set the ICC profile information in a tiff file. Can u directly read in the binary data from a .icm file and then pass it

There is a tool (tifficc) provided with littlecms for adding an ICM profile to a TIFF file or even applying a CMS transform to a TIFF file. Otherwise, you need to write a program which reads the content of the profile into memory and then applies it to the TIFF file using TIFFSetField() and the TIFFTAG_ICCPROFILE tag while writing the TIFF file.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/