| TIFFFIELDREADCOUNT(3tiff) | LibTIFF | TIFFFIELDREADCOUNT(3tiff) |
TIFFFieldReadCount - get number of values to be read from field
#include <tiffio.h>
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().
TIFFFieldReadCount() returns an integer.
TIFFFieldDataType (3tiff), TIFFFieldName (3tiff), TIFFFieldPassCount (3tiff), TIFFFieldQuery (3tiff), TIFFFieldTag (3tiff), TIFFFieldWriteCount (3tiff), libtiff (3tiff)
LibTIFF contributors
1988-2022, LibTIFF contributors
| September 27, 2025 | 4.7 |