Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
TIFFFIELDREADCOUNT(3tiff)           LibTIFF          TIFFFIELDREADCOUNT(3tiff)

NAME
       TIFFFieldReadCount - 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:

       o TIFF_VARIABLE = -1 indicates that a variable number of values is pos-
         sible; then, a uint16_t count argument and a  pointer  data  argument
         must be supplied to TIFFGetField().

       o TIFF_VARIABLE2  =  -3  is  the  same as TIFF_VARIABLE except that the
         count argument must have type uint32_t.

       o TIFF_SPP = -2 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 VALUES
       TIFFFieldReadCount() returns an integer.

SEE ALSO
       libtiff (3tiff)

AUTHOR
       LibTIFF contributors

COPYRIGHT
       1988-2025, LibTIFF contributors

4.5                              Jan 03, 2025        TIFFFIELDREADCOUNT(3tiff)

Czas wygenerowania: 0.00017 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl