table of contents
- bookworm 4.5.0-6+deb12u1
- testing 4.5.1+git230720-5
- unstable 4.5.1+git230720-5
- experimental 4.6.0-2
TIFFCLIENTINFO(3tiff) | LibTIFF | TIFFCLIENTINFO(3tiff) |
NAME¶
TIFFClientInfo - provides a method to hand over user defined data from one routine to another
SYNOPSIS¶
#include <tiffio.h>
DESCRIPTION¶
The clientinfo linked list provides a method to hand over user defined data from one routine to another via the internal tif storage of the libtiff library.
TIFFGetClientInfo() returns a pointer to the data of the named entry in the clientinfo-list. If the name is not found NULL is returned.
TIFFSetClientInfo() adds or replaces an entry in the clientinfo-list with the name and the pointer to the data provided by the caller.
DIAGNOSTICS¶
None.
SEE ALSO¶
libtiff (3tiff),
AUTHOR¶
LibTIFF contributors
COPYRIGHT¶
1988-2023, LibTIFF contributors
November 26, 2023 | 4.6 |