summaryrefslogtreecommitdiff
path: root/doc/functions/TIFFMergeFieldInfo.rst
blob: f3ff551b31f7e7f9df48690159e8638bf20f6451 (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
28
29
30
31
32
33
34
TIFFMergeFieldInfo
==================

Synopsis
--------

.. highlight:: c

::

    #include <tiffio.h>

.. c:function:: int TIFFMergeFieldInfo(TIFF* tif, const TIFFFieldInfo info[], uint32_t n)

Description
-----------

:c:func:`TIFFMergeFieldInfo` is used to add application-defined TIFF tags
to the list of known ``libtiff`` tags.
A brief description is given at :ref:`Define_Application_Tags`
and a description of the :c:struct:`TIFFFieldInfo` array elements can be
found at :ref:`TIFFFFieldInfo definition <TIFFFieldInfo_Definition>`.

Diagnostics
-----------

None.

See also
--------

:doc:`libtiff` (3tiff),
:doc:`/addingtags`,
:doc:`TIFFSetTagExtender`