Query: tifffieldreadcount
OS: centos
Section: 3tiff
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIFFFieldReadCount(3TIFF) TIFFFieldReadCount(3TIFF)NAMETIFFFieldReadCount - Get number of values to be read from fieldSYNOPSIS#include <tiffio.h> int TIFFFieldReadCount(const TIFFField* fip)DESCRIPTIONTIFFFieldReadCount 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.RETURN VALUESTIFFFieldReadCount returns an integer.SEE ALSOlibtiff(3TIFF), Libtiff library home page: http://www.remotesensing.org/libtiff/ libtiff July 26, 2012 TIFFFieldReadCount(3TIFF)
| Related Man Pages |
|---|
| tiffwritetile(3tiff) - debian |
| tifffieldwritecount(3tiff) - centos |
| tiffflush(3tiff) - centos |
| tiffsetdirectory(3tiff) - centos |
| tiffwritetile(3tiff) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Tar Command |
| Please Welcome Dave Munro to the Moderator Team! |