| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.11.27 16:24 "Re: Settin ICC Profile info in a tiff file", by Bob FriesenhahnOn 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/ |
|||||||