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

TIFFSetTagExtender - register the merge function for user defined tags as an extender callback with

Author

       LibTIFF contributors

Description

TIFFSetTagExtender() is used to register the merge function for user defined tags as an extender callback
       with libtiff.  A brief description can be found at DefiningApplicationTags.

       NOTE:TIFFSetTagExtender() cannot be used to extend custom directories  (for  example  EXIF,  GPS  or  other
          custom directories).  Only the TIFF directory can be extended with additional tags.

Name

       TIFFSetTagExtender  -  register  the  merge  function  for user defined tags as an extender callback with
       libtiff

See Also

libtiff (3tiff), DefiningNewTIFFTags (3tiff), TIFFMergeFieldInfo (3tiff)

Synopsis

          #include <tiffio.h>

       TIFFExtendProcTIFFSetTagExtender(TIFFExtendProcextender)

See Also