logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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