Sponsor:

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

TIFFFieldReadCount.3tiff - Man Page

get number of values to be read from field

Synopsis

#include <tiffio.h>

int TIFFFieldReadCount(const TIFFField *fip)

Description

TIFFFieldReadCount() returns the number of values available to be read from the specified TIFF field; that is, the number of arguments that should be supplied to TIFFGetField().  For most field types this is a small positive integer, typically 1 or 2, but there are some special values:

fip is a field information pointer previously returned by TIFFFindField(), TIFFFieldWithTag(), or TIFFFieldWithName().

Return Values

TIFFFieldReadCount() returns an integer.

See Also

TIFFFieldDataType (3tiff), TIFFFieldName (3tiff), TIFFFieldPassCount (3tiff), TIFFFieldQuery (3tiff), TIFFFieldTag (3tiff), TIFFFieldWriteCount (3tiff), libtiff (3tiff)

Author

LibTIFF contributors

Info

Sep 08, 2023 4.6 LibTIFF