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
TIFFFieldWriteCount(3TIFF)                          TIFFFieldWriteCount(3TIFF)

NAME
       TIFFFieldWriteCount - Get number of values to be written to field

SYNOPSIS
       #include <tiffio.h>

       int TIFFFieldWriteCount(const TIFFField* fip)

DESCRIPTION
       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 posi-
       tive 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 sup-
       plied to TIFFSetField.
       TIFF_VARIABLE2 is the same as TIFF_VARIABLE except that the count argu-
       ment  must  have  type uint32.  (On most modern machines, this makes no
       practical difference, and the count argument can simply be  an  int  in
       either case.)
       TIFF_SPP  indicates  that  the number of arguments must be equal to the
       image's number of samples per pixel.

       fip is a field information pointer  previously  returned  by  TIFFFind-
       Field, TIFFFieldWithTag, or TIFFFieldWithName.

       For  most  field  types,  TIFFFieldWriteCount returns the same value as
       TIFFFieldReadCount, but there are some exceptions.

RETURN VALUES
       TIFFFieldWriteCount returns an integer.

SEE ALSO
       libtiff(3TIFF),

       Libtiff library home page: http://www.simplesystems.org/libtiff/

libtiff                          July 26, 2012      TIFFFieldWriteCount(3TIFF)

Czas wygenerowania: 0.00040 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