TIFFFIELDWRITECOUNT(3tiff) | LibTIFF | TIFFFIELDWRITECOUNT(3tiff) |
TIFFFieldWriteCount - get number of values to be written to field
#include <tiffio.h>
TIFFFieldWriteCount() returns the number of values to be written into the specified TIFF field; that is, the number of arguments that should be supplied to TIFFSetField(). 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().
For most field types, TIFFFieldWriteCount() returns the same value as TIFFFieldReadCount(), but there are some exceptions.
TIFFFieldWriteCount() returns an integer.
libtiff (3tiff)
LibTIFF contributors
1988-2023, LibTIFF contributors
November 23, 2023 | 4.5 |