|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /usr/local/share/doc/tiff-4.6.0/manual/_sources/functions/ |
Upload File : |
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`