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

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