2013.09.01 14:20 "[Tiff] Definitions of TIFFFieldArray and TIFFField", by Steve Underwood

Hi,

The types TIFFFieldArray and TIFFField are not fully defined in the header files which are installed when you build and install libtiff 4.0.3. This means you need to add tif_dir.h to the system to make use of the TIFFReadCustomDirectory() and TIFFCreateCustomDirectory() functions. I tried the latest CVS code, and the same issue seems to be present there, too. Was it intentional that tif_dir.h not be installed, and if so how is it expected that TIFFReadCustomDirectory() and TIFFCreateCustomDirectory() be used?

Regards,
Steve