1 <!-- Creator : groff version 1.18.1 -->
2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
5 <meta name=
"generator" content=
"groff -Thtml, see www.gnu.org">
6 <meta name=
"Content-Style" content=
"text/css">
7 <title>TIFFSIZE
</title>
11 <h1 align=center
>TIFFSIZE
</h1>
12 <a href=
"#NAME">NAME
</a><br>
13 <a href=
"#SYNOPSIS">SYNOPSIS
</a><br>
14 <a href=
"#DESCRIPTION">DESCRIPTION
</a><br>
15 <a href=
"#DIAGNOSTICS">DIAGNOSTICS
</a><br>
16 <a href=
"#SEE ALSO">SEE ALSO
</a><br>
22 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
23 cols=
"2" cellspacing=
"0" cellpadding=
"0">
24 <tr valign=
"top" align=
"left">
27 <p>TIFFScanlineSize, TIFFRasterScanlineSize,
− return
28 the size of various items associated with an open
29 <small>TIFF
</small> file
</p>
32 <a name=
"SYNOPSIS"></a>
35 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
36 cols=
"2" cellspacing=
"0" cellpadding=
"0">
37 <tr valign=
"top" align=
"left">
40 <p><b>#include
<tiffio.h
></b></p>
42 <p><b>tsize_t TIFFRasterScanlineSize(TIFF
43 *
</b><i>tif
</i><b>)
<br>
44 tsize_t TIFFScanlineSize(TIFF *
</b><i>tif
</i><b>)
</b></p>
47 <a name=
"DESCRIPTION"></a>
50 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
51 cols=
"2" cellspacing=
"0" cellpadding=
"0">
52 <tr valign=
"top" align=
"left">
55 <p><i>TIFFScanlineSize
</i> returns the size in bytes of a
56 row of data as it would be returned in a call to
57 <i>TIFFReadScanline
</i>, or as it would be expected in a
58 call to
<i>TIFFWriteScanline
</i>.
</p>
60 <p><i>TIFFRasterScanlineSize
</i> returns the size in bytes
61 of a complete decoded and packed raster scanline. Note that
62 this value may be different from the value returned by
63 <i>TIFFScanlineSize
</i> if data is stored as separate
67 <a name=
"DIAGNOSTICS"></a>
70 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
71 cols=
"2" cellspacing=
"0" cellpadding=
"0">
72 <tr valign=
"top" align=
"left">
78 <a name=
"SEE ALSO"></a>
81 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
82 cols=
"2" cellspacing=
"0" cellpadding=
"0">
83 <tr valign=
"top" align=
"left">
86 <p><b>TIFFOpen
</b>(
3TIFF),
<b>TIFFReadScanline
</b>(
3TIFF),
87 <b>libtiff
</b>(
3TIFF)
</p>
89 <p>Libtiff library home page:
90 <b>http://www.remotesensing.org/libtiff/
</b></p>