Blame html/man/TIFFFieldWriteCount.3tiff.html

Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
"http://www.w3.org/TR/html4/loose.dtd">
Packit 85355f
<html>
Packit 85355f
<head>
Packit 85355f
<meta name="generator" content="groff -Thtml, see www.gnu.org">
Packit 85355f
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
Packit 85355f
<meta name="Content-Style" content="text/css">
Packit 85355f
<style type="text/css">
Packit 85355f
       p       { margin-top: 0; margin-bottom: 0; vertical-align: top }
Packit 85355f
       pre     { margin-top: 0; margin-bottom: 0; vertical-align: top }
Packit 85355f
       table   { margin-top: 0; margin-bottom: 0; vertical-align: top }
Packit 85355f
       h1      { text-align: center }
Packit 85355f
</style>
Packit 85355f
<title>TIFFFieldWriteCount</title>
Packit 85355f
Packit 85355f
</head>
Packit 85355f
<body>
Packit 85355f
Packit 85355f

TIFFFieldWriteCount

Packit 85355f
Packit 85355f
NAME
Packit 85355f
SYNOPSIS
Packit 85355f
DESCRIPTION
Packit 85355f
RETURN VALUES
Packit 85355f
SEE ALSO
Packit 85355f
Packit 85355f

Packit 85355f
Packit 85355f
Packit 85355f

NAME

Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f

TIFFFieldWriteCount

Packit 85355f
− Get number of values to be written to field

Packit 85355f
Packit 85355f

SYNOPSIS

Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f

#include

Packit 85355f
<tiffio.h>

Packit 85355f
Packit 85355f

int

Packit 85355f
TIFFFieldWriteCount(const TIFFField*
Packit 85355f
fip)

Packit 85355f
Packit 85355f

DESCRIPTION

Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f

TIFFFieldWriteCount

Packit 85355f
returns the number of values to be written into the
Packit 85355f
specified TIFF field; that is, the number of arguments that
Packit 85355f
should be supplied to TIFFSetField. For most field
Packit 85355f
types this is a small positive integer, typically 1 or 2,
Packit 85355f
but there are some special values: 
Packit 85355f
TIFF_VARIABLE indicates that a variable number of values
Packit 85355f
is possible; then, a uint16 count argument and
Packit 85355f
a pointer data argument must be supplied to
Packit 85355f
TIFFSetField. 
Packit 85355f
TIFF_VARIABLE2 is the same as TIFF_VARIABLE
Packit 85355f
except that the count argument must have type
Packit 85355f
uint32. (On most modern machines, this makes no
Packit 85355f
practical difference, and the count argument can
Packit 85355f
simply be an int in either case.) 
Packit 85355f
TIFF_SPP indicates that the number of arguments must be
Packit 85355f
equal to the image’s number of samples per pixel.

Packit 85355f
Packit 85355f

fip is a

Packit 85355f
field information pointer previously returned by
Packit 85355f
TIFFFindField, TIFFFieldWithTag, or
Packit 85355f
TIFFFieldWithName.

Packit 85355f
Packit 85355f

For most field

Packit 85355f
types, TIFFFieldWriteCount returns the same value as
Packit 85355f
TIFFFieldReadCount, but there are some
Packit 85355f
exceptions.

Packit 85355f
Packit 85355f

RETURN VALUES

Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f

TIFFFieldWriteCount

Packit 85355f
returns an integer.

Packit 85355f
Packit 85355f

SEE ALSO

Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f

libtiff(3TIFF),

Packit 85355f
Packit 85355f

Libtiff library

Packit 85355f
home page: http://www.simplesystems.org/libtiff/

Packit 85355f

Packit 85355f
</body>
Packit 85355f
</html>