Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

       LibTIFF contributors

Description

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

Diagnostics

       None.

Name

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

See Also

libtiff (3tiff), DefiningNewTIFFTags, TIFFSetTagExtender

Synopsis

          #include <tiffio.h>

       intTIFFMergeFieldInfo(TIFF*tif,constTIFFFieldInfoinfo[],uint32_tn)

See Also