Provided by: libtiff-dev_4.7.0-3ubuntu1_amd64 bug

NAME

       TIFFMergeFieldInfo - add application-defined TIFF tags to the list of known libtiff tags

SYNOPSIS

          #include <tiffio.h>

       int TIFFMergeFieldInfo(TIFF *tif, const TIFFFieldInfo info[], uint32_t n)

DESCRIPTION

       TIFFMergeFieldInfo()  is  used to add application-defined TIFF tags to the list of known libtiff tags.  A
       brief description is given at Defining Application Tags and a  description  of  the  TIFFFieldInfo  array
       elements can be found at TIFFFFieldInfo definition.

DIAGNOSTICS

       None.

SEE ALSO

       libtiff (3tiff), Defining New TIFF Tags, TIFFSetTagExtender

AUTHOR

       LibTIFF contributors

COPYRIGHT

       1988-2022, LibTIFF contributors

4.7                                               Apr 30, 2025                         TIFFMERGEFIELDINFO(3tiff)