Sponsor:

Your company here, and a link to your site. Click to find out more.

TIFFClientInfo.3tiff - Man Page

provides a method to hand over user defined data from one routine to another

Synopsis

#include <tiffio.h>

void *TIFFGetClientInfo(TIFF *tif, const char *name)

void TIFFSetClientInfo(TIFF *tif, void *data, const char *name)

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

Info

Sep 08, 2023 4.6 LibTIFF