|
NAMETIFFSetTagExtender - register the merge function for user defined tags as an extender callback with libtiff SYNOPSIS#include <tiffio.h> DESCRIPTIONTIFFSetTagExtender() is used to register the merge function for user defined tags as an extender callback with libtiff. A brief description can be found at Defining Application Tags. 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.
SEE ALSOlibtiff (3tiff), Defining New TIFF Tags (3tiff), TIFFMergeFieldInfo (3tiff) AUTHORLibTIFF contributors COPYRIGHT1988-2022, LibTIFF contributors
|