PNG IHDR ; IDATxܻn0K )(pA7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5 bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ R IENDB`
TIFFFieldReadCount − Get number of values to be read from field
#include <tiffio.h>
int TIFFFieldReadCount(const TIFFField* fip)
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:
TIFF_VARIABLE indicates that a variable number of values
is possible; then, a uint16 count argument and
a pointer data argument must be supplied to
TIFFGetField.
TIFF_VARIABLE2 is the same as TIFF_VARIABLE
except that the count argument must have type
uint32.
TIFF_SPP indicates that the number of arguments is equal
to the image’s number of samples per pixel.
fip is a field information pointer previously returned by TIFFFindField, TIFFFieldWithTag, or TIFFFieldWithName.
TIFFFieldReadCount returns an integer.
libtiff(3TIFF),
Libtiff library home page: http://www.remotesensing.org/libtiff/