blob: 001ec1f64f3ee1f5702d398044ba8d91d806e305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
TIFFSetTagExtender
==================
Synopsis
--------
.. highlight:: c
::
#include <tiffio.h>
.. c:function:: TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc extender)
Description
-----------
:c:func:`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 :ref:`define_application_tags`.
See also
--------
:doc:`libtiff` (3tiff),
:doc:`/addingtags` (3tiff),
:doc:`TIFFMergeFieldInfo` (3tiff)
|