AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2012.11.24 00:09 "[Tiff] help writing thumbnails to TIFF file?", by Paul Heckbert
2012.11.23 23:49 "Re: [Tiff] Write Exif data to Tiff file", by Paul Heckbert
2012.12.13 02:57 "[Tiff] IFD offset tags written with wrong DataType in libtiff 4.0.3", by Paul Heckbert
2012.12.13 14:50 "Re: [Tiff] IFD offset tags written with wrong DataType in libtiff 4.0.3", by Bob Friesenhahn
2012.12.13 16:41 "Re: [Tiff] IFD offset tags written with wrong DataType in libtiff 4.0.3", by Paul Heckbert
2012.12.14 14:03 "Re: [Tiff] Tiff Digest, Vol 103, Issue 4", by Phil Harvey
2012.11.24 00:46 "Re: [Tiff] help writing thumbnails to TIFF file?", by Joris Van Damme
2012.11.25 13:01 "Re: [Tiff] help writing thumbnails to TIFF file?", by Edward Lam
2012.11.25 15:08 "Re: [Tiff] help writing thumbnails to TIFF file?", by Joris Van Damme
2012.11.27 02:10 "Re: [Tiff] help writing thumbnails to TIFF file?", by Paul Heckbert
2012.11.27 03:25 "Re: [Tiff] help writing thumbnails to TIFF file?", by Bob Friesenhahn
2012.11.27 13:12 "Re: [Tiff] help writing thumbnails to TIFF file?", by Joris Van Damme
2012.11.27 14:38 "Re: [Tiff] help writing thumbnails to TIFF file?", by Olivier Paquet
2012.11.28 03:06 "Re: [Tiff] help writing thumbnails to TIFF file?", by Olivier Paquet
2012.11.27 18:09 "Re: [Tiff] help writing thumbnails to TIFF file?", by Daniel McCoy
2012.12.08 04:35 "Re: [Tiff] help writing thumbnails to TIFF file?", by Paul Heckbert

2012.12.13 14:50 "Re: [Tiff] IFD offset tags written with wrong DataType in libtiff 4.0.3", by Bob Friesenhahn

On Wed, 12 Dec 2012, Paul Heckbert wrote:

I have a test program that uses libtiff to create an EXIF IFD, and I found that with libtiff version 4.0.3, the TIFFTAG_EXIFIFD tag was being written with TIFFDataType TIFF_IFD into Classic TIFF files (TIFF files that are not BigTIFF). Unfortunately, TIFF_IFD=13 is a new type and is not yet standard. Much existing software expects the EXIFIFD tag to have type TIFF_LONG=4 and will not read the EXIF tags if the type is written as TIFF_IFD. This means that writing of EXIF tags is not working as broadly as possible with libtiff version 4.0.3.

This is all very interesting. If TIFF_LONG is used, what should we do while writing BigTIFF format? Should TIFF_LONG only be used for Classic TIFF?

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