1 <!-- Creator : groff version 1.18.1 -->
2 <!-- CreationDate: Mon Mar 13 18:03:07 2006 -->
5 <meta name=
"generator" content=
"groff -Thtml, see www.gnu.org">
6 <meta name=
"Content-Style" content=
"text/css">
11 <h1 align=center
>INTRO
</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=
"#DATA TYPES">DATA TYPES
</a><br>
16 <a href=
"#LIST OF ROUTINES">LIST OF ROUTINES
</a><br>
17 <a href=
"#TAG USAGE">TAG USAGE
</a><br>
18 <a href=
"#PSEUDO TAGS">PSEUDO TAGS
</a><br>
19 <a href=
"#DIAGNOSTICS">DIAGNOSTICS
</a><br>
20 <a href=
"#SEE ALSO">SEE ALSO
</a><br>
21 <a href=
"#BUGS">BUGS
</a><br>
27 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
28 cols=
"2" cellspacing=
"0" cellpadding=
"0">
29 <tr valign=
"top" align=
"left">
32 <p><big>libtiff
− introduction to
<i>libtiff
</i>, a
33 library for reading and writing
</big> TIFF
37 <a name=
"SYNOPSIS"></a>
40 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
41 cols=
"2" cellspacing=
"0" cellpadding=
"0">
42 <tr valign=
"top" align=
"left">
45 <p><big><b>#include
<tiffio.h
></b></big></p>
47 <p><big>cc file.c
<b>-ltiff
</b></big></p>
50 <a name=
"DESCRIPTION"></a>
53 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
54 cols=
"2" cellspacing=
"0" cellpadding=
"0">
55 <tr valign=
"top" align=
"left">
58 <p><big><i>libtiff
</i> is a library for reading and writing
59 data files encoded with the
<i>Tag Image File
</i> format,
60 Revision
6.0 (or revision
5.0 or revision
4.0). This file
61 format is suitable for archiving multi-color and
62 monochromatic image data.
</big></p>
64 <p><big>The library supports several compression algorithms,
65 as indicated by the
<i>Compression
</i> field, including: no
66 compression (
1),
</big> CCITT
<big>1D Huffman compression
67 (
2),
</big> CCITT
<big>Group
3 Facsimile compression
68 (
3),
</big> CCITT
<big>Group
4 Facsimile compression (
4),
69 Lempel-Ziv
& Welch compression (
5), baseline JPEG
70 compression (
7), word-aligned
1D Huffman compression
71 (
32771), and PackBits compression (
32773). In addition,
72 several nonstandard compression algorithms are supported:
73 the
4-bit compression algorithm used by the
74 <i>ThunderScan
</i> program (
32809) (decompression only),
75 NeXT
’s
2-bit compression algorithm (
32766)
76 (decompression only), an experimental LZ-style algorithm
77 known as Deflate (
32946), and an experimental CIE LogLuv
78 compression scheme designed for images with high dynamic
79 range (
32845 for LogL and
32845 for LogLuv). Directory
80 information may be in either little- or big-endian byte
81 order
−byte swapping is automatically done by the
82 library. Data bit ordering may be either Most Significant
83 Bit (
</big> MSB
<big>) to Least Significant Bit (
</big> LSB
84 <big>) or
</big> LSB
<big>to
</big> MSB.
<big>Finally, the
85 library does not support files in which the
86 <i>BitsPerSample
</i>,
<i>Compression
</i>,
87 <i>MinSampleValue
</i>, or
<i>MaxSampleValue
</i> fields are
88 defined differently on a per-sample basis (in Rev.
6.0 the
89 <i>Compression
</i> tag is not defined on a per-sample basis,
90 so this is immaterial).
</big></p>
93 <a name=
"DATA TYPES"></a>
96 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
97 cols=
"2" cellspacing=
"0" cellpadding=
"0">
98 <tr valign=
"top" align=
"left">
101 <p><big>The library makes extensive use of C typedefs to
102 promote portability. Two sets of typedefs are used, one for
103 communication with clients of the library and one for
104 internal data structures and parsing of the
</big> TIFF
105 <big>format. The following typedefs are exposed to users
106 either through function definitions or through parameters
107 passed through the varargs interfaces.
</big></p></td>
110 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
111 cols=
"3" cellspacing=
"0" cellpadding=
"0">
112 <tr valign=
"top" align=
"left">
113 <td width=
"15%"></td>
116 <p><big>typedef unsigned short uint16;
</big></p>
120 <p><big>16-bit unsigned integer
</big></p>
122 <tr valign=
"top" align=
"left">
123 <td width=
"15%"></td>
126 <p><big>typedef unsigned
<<i>thing
</i>>
131 <p><big>32-bit unsigned integer
</big></p>
133 <tr valign=
"top" align=
"left">
134 <td width=
"15%"></td>
137 <p><big>typedef unsigned int ttag_t;
</big></p>
141 <p><big>directory tag
</big></p>
143 <tr valign=
"top" align=
"left">
144 <td width=
"15%"></td>
147 <p><big>typedef uint16 tdir_t;
</big></p>
151 <p><big>directory index
</big></p>
153 <tr valign=
"top" align=
"left">
154 <td width=
"15%"></td>
157 <p><big>typedef uint16 tsample_t;
</big></p>
161 <p><big>sample number
</big></p>
163 <tr valign=
"top" align=
"left">
164 <td width=
"15%"></td>
167 <p><big>typedef uint32 tstrip_t;
</big></p>
171 <p><big>strip number
</big></p>
173 <tr valign=
"top" align=
"left">
174 <td width=
"15%"></td>
177 <p><big>typedef uint32 ttile_t;
</big></p>
181 <p><big>tile number
</big></p>
183 <tr valign=
"top" align=
"left">
184 <td width=
"15%"></td>
187 <p><big>typedef int32 tsize_t;
</big></p>
191 <p><big>i/o size in bytes
</big></p>
193 <tr valign=
"top" align=
"left">
194 <td width=
"15%"></td>
197 <p><big>typedef void* tdata_t;
</big></p>
201 <p><big>image data ref
</big></p>
203 <tr valign=
"top" align=
"left">
204 <td width=
"15%"></td>
207 <p><big>typedef void* thandle_t;
</big></p>
211 <p><big>client data handle
</big></p>
213 <tr valign=
"top" align=
"left">
214 <td width=
"15%"></td>
217 <p><big>typedef int32 toff_t;
</big></p>
221 <p><big>file offset
</big></p>
225 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
226 cols=
"2" cellspacing=
"0" cellpadding=
"0">
227 <tr valign=
"top" align=
"left">
230 <p><big>Note that
<i>tstrip_t
</i>,
<i>ttile_t
</i>, and
231 <i>tsize_t
</i> are constrained to be no more than
32-bit
232 quantities by
32-bit fields they are stored in in the
</big>
233 TIFF
<big>image. Likewise
<i>tsample_t
</i> is limited by the
234 16-bit field used to store the
<i>SamplesPerPixel
</i> tag.
235 <i>tdir_t
</i> constrains the maximum number of
</big> IFDs
236 <big>that may appear in an image and may be an arbitrary
237 size (w/o penalty).
<i>ttag_t
</i> must be either int,
238 unsigned int, pointer, or double because the library uses a
239 varargs interface and
</big> ANSI C
<big>restricts the type
240 of the parameter before an ellipsis to be a promoted type.
241 <i>toff_t
</i> is defined as int32 because TIFF file offsets
242 are (unsigned)
32-bit quantities. A signed value is used
243 because some interfaces return
−1 on error. Finally,
244 note that user-specified data references are passed as
245 opaque handles and only cast at the lowest layers where
246 their type is presumed.
</big></p>
249 <a name=
"LIST OF ROUTINES"></a>
250 <h2>LIST OF ROUTINES
</h2>
252 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
253 cols=
"2" cellspacing=
"0" cellpadding=
"0">
254 <tr valign=
"top" align=
"left">
257 <p><big>The following routines are part of the library.
258 Consult specific manual pages for details on their
259 operation; on most systems doing
‘‘man
260 function-name
’’ will work.
</big></p></td>
264 <p><big><i>Name Description
</i></big></p>
266 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
267 cols=
"3" cellspacing=
"0" cellpadding=
"0">
268 <tr valign=
"top" align=
"left">
272 <p><big>TIFFCheckpointDirectory
</big></p>
276 <p><big>writes the current state of the directory
</big></p>
278 <tr valign=
"top" align=
"left">
282 <p><big>TIFFCheckTile
</big></p>
286 <p><big>very x,y,z,sample is within image
</big></p>
288 <tr valign=
"top" align=
"left">
292 <p><big>TIFFCIELabToRGBInit
</big></p>
296 <p><big>initialize CIE L*a*b*
1976 to RGB conversion
299 <tr valign=
"top" align=
"left">
303 <p><big>TIFFCIELabToXYZ
</big></p>
307 <p><big>perform CIE L*a*b*
1976 to CIE XYZ
310 <tr valign=
"top" align=
"left">
314 <p><big>TIFFClientOpen
</big></p>
318 <p><big>open a file for reading or writing
</big></p>
320 <tr valign=
"top" align=
"left">
324 <p><big>TIFFClose
</big></p>
328 <p><big>close an open file
</big></p>
330 <tr valign=
"top" align=
"left">
334 <p><big>TIFFComputeStrip
</big></p>
338 <p><big>return strip containing y,sample
</big></p>
340 <tr valign=
"top" align=
"left">
344 <p><big>TIFFComputeTile
</big></p>
348 <p><big>return tile containing x,y,z,sample
</big></p>
350 <tr valign=
"top" align=
"left">
354 <p><big>TIFFCurrentDirectory
</big></p>
358 <p><big>return index of current directory
</big></p>
360 <tr valign=
"top" align=
"left">
364 <p><big>TIFFCurrentRow
</big></p>
368 <p><big>return index of current scanline
</big></p>
370 <tr valign=
"top" align=
"left">
374 <p><big>TIFFCurrentStrip
</big></p>
378 <p><big>return index of current strip
</big></p>
380 <tr valign=
"top" align=
"left">
384 <p><big>TIFFCurrentTile
</big></p>
388 <p><big>return index of current tile
</big></p>
390 <tr valign=
"top" align=
"left">
394 <p><big>TIFFDataWidth
</big></p>
398 <p><big>return the size of TIFF data types
</big></p>
400 <tr valign=
"top" align=
"left">
404 <p><big>TIFFError
</big></p>
408 <p><big>library error handler
</big></p>
410 <tr valign=
"top" align=
"left">
414 <p><big>TIFFFdOpen
</big></p>
418 <p><big>open a file for reading or writing
</big></p>
420 <tr valign=
"top" align=
"left">
424 <p><big>TIFFFileName
</big></p>
428 <p><big>return name of open file
</big></p>
430 <tr valign=
"top" align=
"left">
434 <p><big>TIFFFileno
</big></p>
438 <p><big>return open file descriptor
</big></p>
440 <tr valign=
"top" align=
"left">
444 <p><big>TIFFFindCODEC
</big></p>
448 <p><big>find standard codec for the specific
451 <tr valign=
"top" align=
"left">
455 <p><big>TIFFFlush
</big></p>
459 <p><big>flush all pending writes
</big></p>
461 <tr valign=
"top" align=
"left">
465 <p><big>TIFFFlushData
</big></p>
469 <p><big>flush pending data writes
</big></p>
471 <tr valign=
"top" align=
"left">
475 <p><big>TIFFGetBitRevTable
</big></p>
479 <p><big>return bit reversal table
</big></p>
481 <tr valign=
"top" align=
"left">
485 <p><big>TIFFGetField
</big></p>
489 <p><big>return tag value in current directory
</big></p>
491 <tr valign=
"top" align=
"left">
495 <p><big>TIFFGetFieldDefaulted
</big></p>
499 <p><big>return tag value in current directory
</big></p>
501 <tr valign=
"top" align=
"left">
505 <p><big>TIFFGetMode
</big></p>
509 <p><big>return open file mode
</big></p>
511 <tr valign=
"top" align=
"left">
515 <p><big>TIFFGetVersion
</big></p>
519 <p><big>return library version string
</big></p>
521 <tr valign=
"top" align=
"left">
525 <p><big>TIFFIsCODECConfigured
</big></p>
529 <p><big>check, whether we have working codec
</big></p>
531 <tr valign=
"top" align=
"left">
535 <p><big>TIFFIsMSB2LSB
</big></p>
539 <p><big>return true if image data is being
542 <tr valign=
"top" align=
"left">
544 <td width=
"23%"></td>
547 <p><big>with bit
0 as the most significant bit
</big></p>
549 <tr valign=
"top" align=
"left">
553 <p><big>TIFFIsTiled
</big></p>
557 <p><big>return true if image data is tiled
</big></p>
559 <tr valign=
"top" align=
"left">
563 <p><big>TIFFIsByteSwapped
</big></p>
567 <p><big>return true if image data is byte-swapped
</big></p>
569 <tr valign=
"top" align=
"left">
573 <p><big>TIFFNumberOfStrips
</big></p>
577 <p><big>return number of strips in an image
</big></p>
579 <tr valign=
"top" align=
"left">
583 <p><big>TIFFNumberOfTiles
</big></p>
587 <p><big>return number of tiles in an image
</big></p>
589 <tr valign=
"top" align=
"left">
593 <p><big>TIFFOpen
</big></p>
597 <p><big>open a file for reading or writing
</big></p>
599 <tr valign=
"top" align=
"left">
603 <p><big>TIFFPrintDirectory
</big></p>
607 <p><big>print description of the current
610 <tr valign=
"top" align=
"left">
614 <p><big>TIFFReadBufferSetup
</big></p>
618 <p><big>specify i/o buffer for reading
</big></p>
620 <tr valign=
"top" align=
"left">
624 <p><big>TIFFReadDirectory
</big></p>
628 <p><big>read the next directory
</big></p>
630 <tr valign=
"top" align=
"left">
634 <p><big>TIFFReadEncodedStrip
</big></p>
638 <p><big>read and decode a strip of data
</big></p>
640 <tr valign=
"top" align=
"left">
644 <p><big>TIFFReadEncodedTile
</big></p>
648 <p><big>read and decode a tile of data
</big></p>
650 <tr valign=
"top" align=
"left">
654 <p><big>TIFFReadRawStrip
</big></p>
658 <p><big>read a raw strip of data
</big></p>
660 <tr valign=
"top" align=
"left">
664 <p><big>TIFFReadRawTile
</big></p>
668 <p><big>read a raw tile of data
</big></p>
670 <tr valign=
"top" align=
"left">
674 <p><big>TIFFReadRGBAImage
</big></p>
678 <p><big>read an image into a fixed format raster
</big></p>
680 <tr valign=
"top" align=
"left">
684 <p><big>TIFFReadScanline
</big></p>
688 <p><big>read and decode a row of data
</big></p>
690 <tr valign=
"top" align=
"left">
694 <p><big>TIFFReadTile
</big></p>
698 <p><big>read and decode a tile of data
</big></p>
700 <tr valign=
"top" align=
"left">
704 <p><big>TIFFRegisterCODEC
</big></p>
708 <p><big>override standard codec for the specific
711 <tr valign=
"top" align=
"left">
715 <p><big>TIFFReverseBits
</big></p>
719 <p><big>reverse bits in an array of bytes
</big></p>
721 <tr valign=
"top" align=
"left">
725 <p><big>TIFFRGBAImageBegin
</big></p>
729 <p><big>setup decoder state for TIFFRGBAImageGet
</big></p>
731 <tr valign=
"top" align=
"left">
735 <p><big>TIFFRGBAImageEnd
</big></p>
739 <p><big>release TIFFRGBAImage decoder state
</big></p>
741 <tr valign=
"top" align=
"left">
745 <p><big>TIFFRGBAImageGet
</big></p>
749 <p><big>read and decode an image
</big></p>
751 <tr valign=
"top" align=
"left">
755 <p><big>TIFFRGBAImageOK
</big></p>
759 <p><big>is image readable by TIFFRGBAImageGet
</big></p>
761 <tr valign=
"top" align=
"left">
765 <p><big>TIFFScanlineSize
</big></p>
769 <p><big>return size of a scanline
</big></p>
771 <tr valign=
"top" align=
"left">
775 <p><big>TIFFSetDirectory
</big></p>
779 <p><big>set the current directory
</big></p>
781 <tr valign=
"top" align=
"left">
785 <p><big>TIFFSetSubDirectory
</big></p>
789 <p><big>set the current directory
</big></p>
791 <tr valign=
"top" align=
"left">
795 <p><big>TIFFSetErrorHandler
</big></p>
799 <p><big>set error handler function
</big></p>
801 <tr valign=
"top" align=
"left">
805 <p><big>TIFFSetField
</big></p>
809 <p><big>set a tag
’s value in the current
812 <tr valign=
"top" align=
"left">
816 <p><big>TIFFSetWarningHandler
</big></p>
820 <p><big>set warning handler function
</big></p>
822 <tr valign=
"top" align=
"left">
826 <p><big>TIFFStripSize
</big></p>
830 <p><big>returns size of a strip
</big></p>
832 <tr valign=
"top" align=
"left">
836 <p><big>TIFFRawStripSize
</big></p>
840 <p><big>returns the number of bytes in a raw
843 <tr valign=
"top" align=
"left">
847 <p><big>TIFFSwabShort
</big></p>
851 <p><big>swap bytes of short
</big></p>
853 <tr valign=
"top" align=
"left">
857 <p><big>TIFFSwabLong
</big></p>
861 <p><big>swap bytes of long
</big></p>
863 <tr valign=
"top" align=
"left">
867 <p><big>TIFFSwabArrayOfShort
</big></p>
871 <p><big>swap bytes of an array of shorts
</big></p>
873 <tr valign=
"top" align=
"left">
877 <p><big>TIFFSwabArrayOfLong
</big></p>
881 <p><big>swap bytes of an array of longs
</big></p>
883 <tr valign=
"top" align=
"left">
887 <p><big>TIFFTileRowSize
</big></p>
891 <p><big>return size of a row in a tile
</big></p>
893 <tr valign=
"top" align=
"left">
897 <p><big>TIFFTileSize
</big></p>
901 <p><big>return size of a tile
</big></p>
903 <tr valign=
"top" align=
"left">
907 <p><big>TIFFUnRegisterCODEC
</big></p>
911 <p><big>unregisters the codec
</big></p>
913 <tr valign=
"top" align=
"left">
917 <p><big>TIFFVGetField
</big></p>
921 <p><big>return tag value in current directory
</big></p>
923 <tr valign=
"top" align=
"left">
927 <p><big>TIFFVGetFieldDefaulted
</big></p>
931 <p><big>return tag value in current directory
</big></p>
933 <tr valign=
"top" align=
"left">
937 <p><big>TIFFVSetField
</big></p>
941 <p><big>set a tag
’s value in the current
944 <tr valign=
"top" align=
"left">
948 <p><big>TIFFVStripSize
</big></p>
952 <p><big>returns the number of bytes in a strip
</big></p>
954 <tr valign=
"top" align=
"left">
958 <p><big>TIFFWarning
</big></p>
962 <p><big>library warning handler
</big></p>
964 <tr valign=
"top" align=
"left">
968 <p><big>TIFFWriteDirectory
</big></p>
972 <p><big>write the current directory
</big></p>
974 <tr valign=
"top" align=
"left">
978 <p><big>TIFFWriteEncodedStrip
</big></p>
982 <p><big>compress and write a strip of data
</big></p>
984 <tr valign=
"top" align=
"left">
988 <p><big>TIFFWriteEncodedTile
</big></p>
992 <p><big>compress and write a tile of data
</big></p>
994 <tr valign=
"top" align=
"left">
998 <p><big>TIFFWriteRawStrip
</big></p>
1002 <p><big>write a raw strip of data
</big></p>
1004 <tr valign=
"top" align=
"left">
1005 <td width=
"8%"></td>
1008 <p><big>TIFFWriteRawTile
</big></p>
1012 <p><big>write a raw tile of data
</big></p>
1014 <tr valign=
"top" align=
"left">
1015 <td width=
"8%"></td>
1018 <p><big>TIFFWriteScanline
</big></p>
1022 <p><big>write a scanline of data
</big></p>
1024 <tr valign=
"top" align=
"left">
1025 <td width=
"8%"></td>
1028 <p><big>TIFFWriteTile
</big></p>
1032 <p><big>compress and write a tile of data
</big></p>
1034 <tr valign=
"top" align=
"left">
1035 <td width=
"8%"></td>
1038 <p><big>TIFFXYZToRGB
</big></p>
1042 <p><big>perform CIE XYZ to RGB conversion
</big></p>
1044 <tr valign=
"top" align=
"left">
1045 <td width=
"8%"></td>
1048 <p><big>TIFFYCbCrToRGBInit
</big></p>
1052 <p><big>initialize YCbCr to RGB conversion state
</big></p>
1054 <tr valign=
"top" align=
"left">
1055 <td width=
"8%"></td>
1058 <p><big>TIFFYCbCrtoRGB
</big></p>
1062 <p><big>perform YCbCr to RGB conversion
</big></p>
1065 <!-- INDENTATION -->
1066 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
1067 cols=
"2" cellspacing=
"0" cellpadding=
"0">
1068 <tr valign=
"top" align=
"left">
1069 <td width=
"8%"></td>
1071 <p><big>Auxiliary functions:
</big></p></td>
1074 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
1075 cols=
"3" cellspacing=
"0" cellpadding=
"0">
1076 <tr valign=
"top" align=
"left">
1077 <td width=
"8%"></td>
1080 <p><big>_TIFFfree
</big></p>
1084 <p><big>free memory buffer
</big></p>
1086 <tr valign=
"top" align=
"left">
1087 <td width=
"8%"></td>
1090 <p><big>_TIFFmalloc
</big></p>
1094 <p><big>dynamically allocate memory buffer
</big></p>
1096 <tr valign=
"top" align=
"left">
1097 <td width=
"8%"></td>
1100 <p><big>_TIFFmemcmp
</big></p>
1104 <p><big>compare contents of the memory buffers
</big></p>
1106 <tr valign=
"top" align=
"left">
1107 <td width=
"8%"></td>
1110 <p><big>_TIFFmemcpy
</big></p>
1114 <p><big>copy contents of the one buffer to
1117 <tr valign=
"top" align=
"left">
1118 <td width=
"8%"></td>
1121 <p><big>_TIFFmemset
</big></p>
1125 <p><big>fill memory buffer with a constant byte
</big></p>
1127 <tr valign=
"top" align=
"left">
1128 <td width=
"8%"></td>
1131 <p><big>_TIFFrealloc
</big></p>
1135 <p><big>dynamically reallocate memory buffer
</big></p>
1138 <a name=
"TAG USAGE"></a>
1140 <!-- INDENTATION -->
1141 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
1142 cols=
"2" cellspacing=
"0" cellpadding=
"0">
1143 <tr valign=
"top" align=
"left">
1144 <td width=
"8%"></td>
1146 <p><big>The table below lists the
</big> TIFF
<big>tags that
1147 are recognized and handled by the library. If no use is
1148 indicated in the table, then the library reads and writes
1149 the tag, but does not use it internally. Note that some tags
1150 are meaningful only when a particular compression scheme is
1151 being used; e.g.
<i>Group3Options
</i> is only useful if
1152 <i>Compression
</i> is set to
</big> CCITT
<big>Group
3
1153 encoding. Tags of this sort are considered
1154 <i>codec-specific
</i> tags and the library does not
1155 recognize them except when the
<i>Compression
</i> tag has
1156 been previously set to the relevant compression
1158 <!-- INDENTATION -->
1159 <pre><big><i>Tag Name Value R/W Library Use/Notes
1165 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
1166 cols=
"5" cellspacing=
"0" cellpadding=
"0">
1167 <tr valign=
"top" align=
"left">
1168 <td width=
"8%"></td>
1171 <p><big>Artist
</big></p>
1173 <td width=
"8%"></td>
1176 <p><big>315</big></p>
1180 <p><big>R/W
</big></p>
1182 <tr valign=
"top" align=
"left">
1183 <td width=
"8%"></td>
1186 <p><big>BadFaxLines
</big></p>
1188 <td width=
"8%"></td>
1191 <p><big>326</big></p>
1195 <p><big>R/W
</big></p>
1197 <tr valign=
"top" align=
"left">
1198 <td width=
"8%"></td>
1201 <p><big>BitsPerSample
</big></p>
1203 <td width=
"8%"></td>
1206 <p><big>258</big></p>
1210 <p><big>R/W
</big></p>
1212 <tr valign=
"top" align=
"left">
1213 <td width=
"8%"></td>
1214 <td width=
"21%"></td>
1215 <td width=
"8%"></td>
1216 <td width=
"6%"></td>
1219 <p><big>lots
</big></p>
1221 <tr valign=
"top" align=
"left">
1222 <td width=
"8%"></td>
1225 <p><big>CellLength
</big></p>
1227 <td width=
"8%"></td>
1230 <p><big>265</big></p>
1234 <tr valign=
"top" align=
"left">
1235 <td width=
"8%"></td>
1236 <td width=
"21%"></td>
1237 <td width=
"8%"></td>
1238 <td width=
"6%"></td>
1241 <p><big>parsed but ignored
</big></p>
1243 <tr valign=
"top" align=
"left">
1244 <td width=
"8%"></td>
1247 <p><big>CellWidth
</big></p>
1249 <td width=
"8%"></td>
1252 <p><big>264</big></p>
1256 <tr valign=
"top" align=
"left">
1257 <td width=
"8%"></td>
1258 <td width=
"21%"></td>
1259 <td width=
"8%"></td>
1260 <td width=
"6%"></td>
1263 <p><big>parsed but ignored
</big></p>
1265 <tr valign=
"top" align=
"left">
1266 <td width=
"8%"></td>
1269 <p><big>CleanFaxData
</big></p>
1271 <td width=
"8%"></td>
1274 <p><big>327</big></p>
1278 <p><big>R/W
</big></p>
1280 <tr valign=
"top" align=
"left">
1281 <td width=
"8%"></td>
1284 <p><big>ColorMap
</big></p>
1286 <td width=
"8%"></td>
1289 <p><big>320</big></p>
1293 <p><big>R/W
</big></p>
1295 <tr valign=
"top" align=
"left">
1296 <td width=
"8%"></td>
1299 <p><big>ColorResponseUnit
</big></p>
1301 <td width=
"8%"></td>
1304 <p><big>300</big></p>
1308 <tr valign=
"top" align=
"left">
1309 <td width=
"8%"></td>
1310 <td width=
"21%"></td>
1311 <td width=
"8%"></td>
1312 <td width=
"6%"></td>
1315 <p><big>parsed but ignored
</big></p>
1317 <tr valign=
"top" align=
"left">
1318 <td width=
"8%"></td>
1321 <p><big>Compression
</big></p>
1323 <td width=
"8%"></td>
1326 <p><big>259</big></p>
1330 <p><big>R/W
</big></p>
1332 <tr valign=
"top" align=
"left">
1333 <td width=
"8%"></td>
1334 <td width=
"21%"></td>
1335 <td width=
"8%"></td>
1336 <td width=
"6%"></td>
1339 <p><big>choosing codec
</big></p>
1341 <tr valign=
"top" align=
"left">
1342 <td width=
"8%"></td>
1345 <p><big>ConsecutiveBadFaxLines
</big></p>
1347 <td width=
"8%"></td>
1350 <p><big>328</big></p>
1354 <p><big>R/W
</big></p>
1357 <!-- INDENTATION -->
1358 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
1359 cols=
"2" cellspacing=
"0" cellpadding=
"0">
1360 <tr valign=
"top" align=
"left">
1361 <td width=
"8%"></td>
1363 <p><big>Copyright
33432 R/W
</big></p></td>
1366 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
1367 cols=
"5" cellspacing=
"0" cellpadding=
"0">
1368 <tr valign=
"top" align=
"left">
1369 <td width=
"8%"></td>
1372 <p><big>DataType
</big></p>
1374 <td width=
"8%"></td>
1377 <p><big>32996</big></p>
1383 <tr valign=
"top" align=
"left">
1384 <td width=
"8%"></td>
1385 <td width=
"21%"></td>
1386 <td width=
"8%"></td>
1387 <td width=
"6%"></td>
1390 <p><big>obsoleted by SampleFormat tag
</big></p>
1392 <tr valign=
"top" align=
"left">
1393 <td width=
"8%"></td>
1396 <p><big>DateTime
</big></p>
1398 <td width=
"8%"></td>
1401 <p><big>306</big></p>
1405 <p><big>R/W
</big></p>
1407 <tr valign=
"top" align=
"left">
1408 <td width=
"8%"></td>
1411 <p><big>DocumentName
</big></p>
1413 <td width=
"8%"></td>
1416 <p><big>269</big></p>
1420 <p><big>R/W
</big></p>
1422 <tr valign=
"top" align=
"left">
1423 <td width=
"8%"></td>
1426 <p><big>DotRange
</big></p>
1428 <td width=
"8%"></td>
1431 <p><big>336</big></p>
1435 <p><big>R/W
</big></p>
1437 <tr valign=
"top" align=
"left">
1438 <td width=
"8%"></td>
1441 <p><big>ExtraSamples
</big></p>
1443 <td width=
"8%"></td>
1446 <p><big>338</big></p>
1450 <p><big>R/W
</big></p>
1452 <tr valign=
"top" align=
"left">
1453 <td width=
"8%"></td>
1454 <td width=
"21%"></td>
1455 <td width=
"8%"></td>
1456 <td width=
"6%"></td>
1459 <p><big>lots
</big></p>
1461 <tr valign=
"top" align=
"left">
1462 <td width=
"8%"></td>
1465 <p><big>FaxRecvParams
</big></p>
1467 <td width=
"8%"></td>
1470 <p><big>34908</big></p>
1474 <p><big>R/W
</big></p>
1476 <tr valign=
"top" align=
"left">
1477 <td width=
"8%"></td>
1480 <p><big>FaxSubAddress
</big></p>
1482 <td width=
"8%"></td>
1485 <p><big>34909</big></p>
1489 <p><big>R/W
</big></p>
1491 <tr valign=
"top" align=
"left">
1492 <td width=
"8%"></td>
1495 <p><big>FaxRecvTime
</big></p>
1497 <td width=
"8%"></td>
1500 <p><big>34910</big></p>
1504 <p><big>R/W
</big></p>
1506 <tr valign=
"top" align=
"left">
1507 <td width=
"8%"></td>
1510 <p><big>FillOrder
</big></p>
1512 <td width=
"8%"></td>
1515 <p><big>266</big></p>
1519 <p><big>R/W
</big></p>
1521 <tr valign=
"top" align=
"left">
1522 <td width=
"8%"></td>
1523 <td width=
"21%"></td>
1524 <td width=
"8%"></td>
1525 <td width=
"6%"></td>
1528 <p><big>control bit order
</big></p>
1530 <tr valign=
"top" align=
"left">
1531 <td width=
"8%"></td>
1534 <p><big>FreeByteCounts
</big></p>
1536 <td width=
"8%"></td>
1539 <p><big>289</big></p>
1543 <tr valign=
"top" align=
"left">
1544 <td width=
"8%"></td>
1545 <td width=
"21%"></td>
1546 <td width=
"8%"></td>
1547 <td width=
"6%"></td>
1550 <p><big>parsed but ignored
</big></p>
1552 <tr valign=
"top" align=
"left">
1553 <td width=
"8%"></td>
1556 <p><big>FreeOffsets
</big></p>
1558 <td width=
"8%"></td>
1561 <p><big>288</big></p>
1565 <tr valign=
"top" align=
"left">
1566 <td width=
"8%"></td>
1567 <td width=
"21%"></td>
1568 <td width=
"8%"></td>
1569 <td width=
"6%"></td>
1572 <p><big>parsed but ignored
</big></p>
1574 <tr valign=
"top" align=
"left">
1575 <td width=
"8%"></td>
1578 <p><big>GrayResponseCurve
</big></p>
1580 <td width=
"8%"></td>
1583 <p><big>291</big></p>
1587 <tr valign=
"top" align=
"left">
1588 <td width=
"8%"></td>
1589 <td width=
"21%"></td>
1590 <td width=
"8%"></td>
1591 <td width=
"6%"></td>
1594 <p><big>parsed but ignored
</big></p>
1596 <tr valign=
"top" align=
"left">
1597 <td width=
"8%"></td>
1600 <p><big>GrayResponseUnit
</big></p>
1602 <td width=
"8%"></td>
1605 <p><big>290</big></p>
1609 <tr valign=
"top" align=
"left">
1610 <td width=
"8%"></td>
1611 <td width=
"21%"></td>
1612 <td width=
"8%"></td>
1613 <td width=
"6%"></td>
1616 <p><big>parsed but ignored
</big></p>
1618 <tr valign=
"top" align=
"left">
1619 <td width=
"8%"></td>
1622 <p><big>Group3Options
</big></p>
1624 <td width=
"8%"></td>
1627 <p><big>292</big></p>
1631 <p><big>R/W
</big></p>
1633 <tr valign=
"top" align=
"left">
1634 <td width=
"8%"></td>
1635 <td width=
"21%"></td>
1636 <td width=
"8%"></td>
1637 <td width=
"6%"></td>
1640 <p><big>used by Group
3 codec
</big></p>
1642 <tr valign=
"top" align=
"left">
1643 <td width=
"8%"></td>
1646 <p><big>Group4Options
</big></p>
1648 <td width=
"8%"></td>
1651 <p><big>293</big></p>
1655 <p><big>R/W
</big></p>
1657 <tr valign=
"top" align=
"left">
1658 <td width=
"8%"></td>
1661 <p><big>HostComputer
</big></p>
1663 <td width=
"8%"></td>
1666 <p><big>316</big></p>
1670 <p><big>R/W
</big></p>
1672 <tr valign=
"top" align=
"left">
1673 <td width=
"8%"></td>
1676 <p><big>ImageDepth
</big></p>
1678 <td width=
"8%"></td>
1681 <p><big>32997</big></p>
1685 <p><big>R/W
</big></p>
1687 <tr valign=
"top" align=
"left">
1688 <td width=
"8%"></td>
1689 <td width=
"21%"></td>
1690 <td width=
"8%"></td>
1691 <td width=
"6%"></td>
1694 <p><big>tile/strip calculations
</big></p>
1696 <tr valign=
"top" align=
"left">
1697 <td width=
"8%"></td>
1700 <p><big>ImageDescription
</big></p>
1702 <td width=
"8%"></td>
1705 <p><big>270</big></p>
1709 <p><big>R/W
</big></p>
1711 <tr valign=
"top" align=
"left">
1712 <td width=
"8%"></td>
1715 <p><big>ImageLength
</big></p>
1717 <td width=
"8%"></td>
1720 <p><big>257</big></p>
1724 <p><big>R/W
</big></p>
1726 <tr valign=
"top" align=
"left">
1727 <td width=
"8%"></td>
1728 <td width=
"21%"></td>
1729 <td width=
"8%"></td>
1730 <td width=
"6%"></td>
1733 <p><big>lots
</big></p>
1735 <tr valign=
"top" align=
"left">
1736 <td width=
"8%"></td>
1739 <p><big>ImageWidth
</big></p>
1741 <td width=
"8%"></td>
1744 <p><big>256</big></p>
1748 <p><big>R/W
</big></p>
1750 <tr valign=
"top" align=
"left">
1751 <td width=
"8%"></td>
1752 <td width=
"21%"></td>
1753 <td width=
"8%"></td>
1754 <td width=
"6%"></td>
1757 <p><big>lots
</big></p>
1759 <tr valign=
"top" align=
"left">
1760 <td width=
"8%"></td>
1763 <p><big>InkNames
</big></p>
1765 <td width=
"8%"></td>
1768 <p><big>333</big></p>
1772 <p><big>R/W
</big></p>
1774 <tr valign=
"top" align=
"left">
1775 <td width=
"8%"></td>
1778 <p><big>InkSet
</big></p>
1780 <td width=
"8%"></td>
1783 <p><big>332</big></p>
1787 <p><big>R/W
</big></p>
1789 <tr valign=
"top" align=
"left">
1790 <td width=
"8%"></td>
1793 <p><big>JPEGTables
</big></p>
1795 <td width=
"8%"></td>
1798 <p><big>347</big></p>
1802 <p><big>R/W
</big></p>
1804 <tr valign=
"top" align=
"left">
1805 <td width=
"8%"></td>
1806 <td width=
"21%"></td>
1807 <td width=
"8%"></td>
1808 <td width=
"6%"></td>
1811 <p><big>used by JPEG codec
</big></p>
1813 <tr valign=
"top" align=
"left">
1814 <td width=
"8%"></td>
1817 <p><big>Make
</big></p>
1819 <td width=
"8%"></td>
1822 <p><big>271</big></p>
1826 <p><big>R/W
</big></p>
1828 <tr valign=
"top" align=
"left">
1829 <td width=
"8%"></td>
1832 <p><big>Matteing
</big></p>
1834 <td width=
"8%"></td>
1837 <p><big>32995</big></p>
1843 <tr valign=
"top" align=
"left">
1844 <td width=
"8%"></td>
1845 <td width=
"21%"></td>
1846 <td width=
"8%"></td>
1847 <td width=
"6%"></td>
1850 <p><big>obsoleted by ExtraSamples tag
</big></p>
1852 <tr valign=
"top" align=
"left">
1853 <td width=
"8%"></td>
1856 <p><big>MaxSampleValue
</big></p>
1858 <td width=
"8%"></td>
1861 <p><big>281</big></p>
1865 <p><big>R/W
</big></p>
1867 <tr valign=
"top" align=
"left">
1868 <td width=
"8%"></td>
1871 <p><big>MinSampleValue
</big></p>
1873 <td width=
"8%"></td>
1876 <p><big>280</big></p>
1880 <p><big>R/W
</big></p>
1882 <tr valign=
"top" align=
"left">
1883 <td width=
"8%"></td>
1886 <p><big>Model
</big></p>
1888 <td width=
"8%"></td>
1891 <p><big>272</big></p>
1895 <p><big>R/W
</big></p>
1897 <tr valign=
"top" align=
"left">
1898 <td width=
"8%"></td>
1901 <p><big>NewSubFileType
</big></p>
1903 <td width=
"8%"></td>
1906 <p><big>254</big></p>
1910 <p><big>R/W
</big></p>
1912 <tr valign=
"top" align=
"left">
1913 <td width=
"8%"></td>
1914 <td width=
"21%"></td>
1915 <td width=
"8%"></td>
1916 <td width=
"6%"></td>
1919 <p><big>called SubFileType in spec
</big></p>
1921 <tr valign=
"top" align=
"left">
1922 <td width=
"8%"></td>
1925 <p><big>NumberOfInks
</big></p>
1927 <td width=
"8%"></td>
1930 <p><big>334</big></p>
1934 <p><big>R/W
</big></p>
1936 <tr valign=
"top" align=
"left">
1937 <td width=
"8%"></td>
1940 <p><big>Orientation
</big></p>
1942 <td width=
"8%"></td>
1945 <p><big>274</big></p>
1949 <p><big>R/W
</big></p>
1951 <tr valign=
"top" align=
"left">
1952 <td width=
"8%"></td>
1955 <p><big>PageName
</big></p>
1957 <td width=
"8%"></td>
1960 <p><big>285</big></p>
1964 <p><big>R/W
</big></p>
1966 <tr valign=
"top" align=
"left">
1967 <td width=
"8%"></td>
1970 <p><big>PageNumber
</big></p>
1972 <td width=
"8%"></td>
1975 <p><big>297</big></p>
1979 <p><big>R/W
</big></p>
1981 <tr valign=
"top" align=
"left">
1982 <td width=
"8%"></td>
1985 <p><big>PhotometricInterpretation
</big></p>
1987 <td width=
"8%"></td>
1988 <td width=
"6%"></td>
1991 <p><big>262</big></p>
1993 <tr valign=
"top" align=
"left">
1994 <td width=
"8%"></td>
1995 <td width=
"21%"></td>
1996 <td width=
"8%"></td>
1997 <td width=
"6%"></td>
2000 <p><big>R/Wused by Group
3 and JPEG codecs
</big></p>
2002 <tr valign=
"top" align=
"left">
2003 <td width=
"8%"></td>
2006 <p><big>PlanarConfiguration
</big></p>
2008 <td width=
"8%"></td>
2011 <p><big>284</big></p>
2015 <p><big>R/W
</big></p>
2017 <tr valign=
"top" align=
"left">
2018 <td width=
"8%"></td>
2019 <td width=
"21%"></td>
2020 <td width=
"8%"></td>
2021 <td width=
"6%"></td>
2024 <p><big>data i/o
</big></p>
2026 <tr valign=
"top" align=
"left">
2027 <td width=
"8%"></td>
2030 <p><big>Predictor
</big></p>
2032 <td width=
"8%"></td>
2035 <p><big>317</big></p>
2039 <p><big>R/W
</big></p>
2041 <tr valign=
"top" align=
"left">
2042 <td width=
"8%"></td>
2043 <td width=
"21%"></td>
2044 <td width=
"8%"></td>
2045 <td width=
"6%"></td>
2048 <p><big>used by LZW and Deflate codecs
</big></p>
2050 <tr valign=
"top" align=
"left">
2051 <td width=
"8%"></td>
2054 <p><big>PrimaryChromacities
</big></p>
2056 <td width=
"8%"></td>
2059 <p><big>319</big></p>
2063 <p><big>R/W
</big></p>
2065 <tr valign=
"top" align=
"left">
2066 <td width=
"8%"></td>
2069 <p><big>ReferenceBlackWhite
</big></p>
2071 <td width=
"8%"></td>
2074 <p><big>532</big></p>
2078 <p><big>R/W
</big></p>
2080 <tr valign=
"top" align=
"left">
2081 <td width=
"8%"></td>
2084 <p><big>ResolutionUnit
</big></p>
2086 <td width=
"8%"></td>
2089 <p><big>296</big></p>
2093 <p><big>R/W
</big></p>
2095 <tr valign=
"top" align=
"left">
2096 <td width=
"8%"></td>
2097 <td width=
"21%"></td>
2098 <td width=
"8%"></td>
2099 <td width=
"6%"></td>
2102 <p><big>used by Group
3 codec
</big></p>
2104 <tr valign=
"top" align=
"left">
2105 <td width=
"8%"></td>
2108 <p><big>RowsPerStrip
</big></p>
2110 <td width=
"8%"></td>
2113 <p><big>278</big></p>
2117 <p><big>R/W
</big></p>
2119 <tr valign=
"top" align=
"left">
2120 <td width=
"8%"></td>
2121 <td width=
"21%"></td>
2122 <td width=
"8%"></td>
2123 <td width=
"6%"></td>
2126 <p><big>data i/o
</big></p>
2128 <tr valign=
"top" align=
"left">
2129 <td width=
"8%"></td>
2132 <p><big>SampleFormat
</big></p>
2134 <td width=
"8%"></td>
2137 <p><big>339</big></p>
2141 <p><big>R/W
</big></p>
2143 <tr valign=
"top" align=
"left">
2144 <td width=
"8%"></td>
2147 <p><big>SamplesPerPixel
</big></p>
2149 <td width=
"8%"></td>
2152 <p><big>277</big></p>
2156 <p><big>R/W
</big></p>
2158 <tr valign=
"top" align=
"left">
2159 <td width=
"8%"></td>
2160 <td width=
"21%"></td>
2161 <td width=
"8%"></td>
2162 <td width=
"6%"></td>
2165 <p><big>lots
</big></p>
2167 <tr valign=
"top" align=
"left">
2168 <td width=
"8%"></td>
2171 <p><big>SMinSampleValue
</big></p>
2173 <td width=
"8%"></td>
2176 <p><big>340</big></p>
2180 <p><big>R/W
</big></p>
2182 <tr valign=
"top" align=
"left">
2183 <td width=
"8%"></td>
2186 <p><big>SMaxSampleValue
</big></p>
2188 <td width=
"8%"></td>
2191 <p><big>341</big></p>
2195 <p><big>R/W
</big></p>
2197 <tr valign=
"top" align=
"left">
2198 <td width=
"8%"></td>
2201 <p><big>Software
</big></p>
2203 <td width=
"8%"></td>
2206 <p><big>305</big></p>
2210 <p><big>R/W
</big></p>
2212 <tr valign=
"top" align=
"left">
2213 <td width=
"8%"></td>
2216 <p><big>StoNits
</big></p>
2218 <td width=
"8%"></td>
2221 <p><big>37439</big></p>
2225 <p><big>R/W
</big></p>
2227 <tr valign=
"top" align=
"left">
2228 <td width=
"8%"></td>
2231 <p><big>StripByteCounts
</big></p>
2233 <td width=
"8%"></td>
2236 <p><big>279</big></p>
2240 <p><big>R/W
</big></p>
2242 <tr valign=
"top" align=
"left">
2243 <td width=
"8%"></td>
2244 <td width=
"21%"></td>
2245 <td width=
"8%"></td>
2246 <td width=
"6%"></td>
2249 <p><big>data i/o
</big></p>
2251 <tr valign=
"top" align=
"left">
2252 <td width=
"8%"></td>
2255 <p><big>StripOffsets
</big></p>
2257 <td width=
"8%"></td>
2260 <p><big>273</big></p>
2264 <p><big>R/W
</big></p>
2266 <tr valign=
"top" align=
"left">
2267 <td width=
"8%"></td>
2268 <td width=
"21%"></td>
2269 <td width=
"8%"></td>
2270 <td width=
"6%"></td>
2273 <p><big>data i/o
</big></p>
2275 <tr valign=
"top" align=
"left">
2276 <td width=
"8%"></td>
2279 <p><big>SubFileType
</big></p>
2281 <td width=
"8%"></td>
2284 <p><big>255</big></p>
2288 <p><big>R/W
</big></p>
2290 <tr valign=
"top" align=
"left">
2291 <td width=
"8%"></td>
2292 <td width=
"21%"></td>
2293 <td width=
"8%"></td>
2294 <td width=
"6%"></td>
2297 <p><big>called OSubFileType in spec
</big></p>
2299 <tr valign=
"top" align=
"left">
2300 <td width=
"8%"></td>
2303 <p><big>TargetPrinter
</big></p>
2305 <td width=
"8%"></td>
2308 <p><big>337</big></p>
2312 <p><big>R/W
</big></p>
2314 <tr valign=
"top" align=
"left">
2315 <td width=
"8%"></td>
2318 <p><big>Thresholding
</big></p>
2320 <td width=
"8%"></td>
2323 <p><big>263</big></p>
2327 <p><big>R/W
</big></p>
2329 <tr valign=
"top" align=
"left">
2330 <td width=
"8%"></td>
2331 <td width=
"21%"></td>
2332 <td width=
"8%"></td>
2333 <td width=
"6%"></td>
2336 <tr valign=
"top" align=
"left">
2337 <td width=
"8%"></td>
2340 <p><big>TileByteCounts
</big></p>
2342 <td width=
"8%"></td>
2345 <p><big>324</big></p>
2349 <p><big>R/W
</big></p>
2351 <tr valign=
"top" align=
"left">
2352 <td width=
"8%"></td>
2353 <td width=
"21%"></td>
2354 <td width=
"8%"></td>
2355 <td width=
"6%"></td>
2358 <p><big>data i/o
</big></p>
2360 <tr valign=
"top" align=
"left">
2361 <td width=
"8%"></td>
2364 <p><big>TileDepth
</big></p>
2366 <td width=
"8%"></td>
2369 <p><big>32998</big></p>
2373 <p><big>R/W
</big></p>
2375 <tr valign=
"top" align=
"left">
2376 <td width=
"8%"></td>
2377 <td width=
"21%"></td>
2378 <td width=
"8%"></td>
2379 <td width=
"6%"></td>
2382 <p><big>tile/strip calculations
</big></p>
2384 <tr valign=
"top" align=
"left">
2385 <td width=
"8%"></td>
2388 <p><big>TileLength
</big></p>
2390 <td width=
"8%"></td>
2393 <p><big>323</big></p>
2397 <p><big>R/W
</big></p>
2399 <tr valign=
"top" align=
"left">
2400 <td width=
"8%"></td>
2401 <td width=
"21%"></td>
2402 <td width=
"8%"></td>
2403 <td width=
"6%"></td>
2406 <p><big>data i/o
</big></p>
2408 <tr valign=
"top" align=
"left">
2409 <td width=
"8%"></td>
2412 <p><big>TileOffsets
</big></p>
2414 <td width=
"8%"></td>
2417 <p><big>324</big></p>
2421 <p><big>R/W
</big></p>
2423 <tr valign=
"top" align=
"left">
2424 <td width=
"8%"></td>
2425 <td width=
"21%"></td>
2426 <td width=
"8%"></td>
2427 <td width=
"6%"></td>
2430 <p><big>data i/o
</big></p>
2432 <tr valign=
"top" align=
"left">
2433 <td width=
"8%"></td>
2436 <p><big>TileWidth
</big></p>
2438 <td width=
"8%"></td>
2441 <p><big>322</big></p>
2445 <p><big>R/W
</big></p>
2447 <tr valign=
"top" align=
"left">
2448 <td width=
"8%"></td>
2449 <td width=
"21%"></td>
2450 <td width=
"8%"></td>
2451 <td width=
"6%"></td>
2454 <p><big>data i/o
</big></p>
2456 <tr valign=
"top" align=
"left">
2457 <td width=
"8%"></td>
2460 <p><big>TransferFunction
</big></p>
2462 <td width=
"8%"></td>
2465 <p><big>301</big></p>
2469 <p><big>R/W
</big></p>
2471 <tr valign=
"top" align=
"left">
2472 <td width=
"8%"></td>
2475 <p><big>WhitePoint
</big></p>
2477 <td width=
"8%"></td>
2480 <p><big>318</big></p>
2484 <p><big>R/W
</big></p>
2486 <tr valign=
"top" align=
"left">
2487 <td width=
"8%"></td>
2490 <p><big>XPosition
</big></p>
2492 <td width=
"8%"></td>
2495 <p><big>286</big></p>
2499 <p><big>R/W
</big></p>
2501 <tr valign=
"top" align=
"left">
2502 <td width=
"8%"></td>
2505 <p><big>XResolution
</big></p>
2507 <td width=
"8%"></td>
2510 <p><big>282</big></p>
2514 <p><big>R/W
</big></p>
2516 <tr valign=
"top" align=
"left">
2517 <td width=
"8%"></td>
2520 <p><big>YCbCrCoefficients
</big></p>
2522 <td width=
"8%"></td>
2525 <p><big>529</big></p>
2529 <p><big>R/W
</big></p>
2531 <tr valign=
"top" align=
"left">
2532 <td width=
"8%"></td>
2533 <td width=
"21%"></td>
2534 <td width=
"8%"></td>
2535 <td width=
"6%"></td>
2538 <p><big>used by TIFFRGBAImage support
</big></p>
2540 <tr valign=
"top" align=
"left">
2541 <td width=
"8%"></td>
2544 <p><big>YCbCrPositioning
</big></p>
2546 <td width=
"8%"></td>
2549 <p><big>531</big></p>
2553 <p><big>R/W
</big></p>
2555 <tr valign=
"top" align=
"left">
2556 <td width=
"8%"></td>
2557 <td width=
"21%"></td>
2558 <td width=
"8%"></td>
2559 <td width=
"6%"></td>
2562 <p><big>tile/strip size calulcations
</big></p>
2564 <tr valign=
"top" align=
"left">
2565 <td width=
"8%"></td>
2568 <p><big>YCbCrSubsampling
</big></p>
2570 <td width=
"8%"></td>
2573 <p><big>530</big></p>
2577 <p><big>R/W
</big></p>
2579 <tr valign=
"top" align=
"left">
2580 <td width=
"8%"></td>
2583 <p><big>YPosition
</big></p>
2585 <td width=
"8%"></td>
2588 <p><big>286</big></p>
2592 <p><big>R/W
</big></p>
2594 <tr valign=
"top" align=
"left">
2595 <td width=
"8%"></td>
2598 <p><big>YResolution
</big></p>
2600 <td width=
"8%"></td>
2603 <p><big>283</big></p>
2607 <p><big>R/W
</big></p>
2609 <tr valign=
"top" align=
"left">
2610 <td width=
"8%"></td>
2611 <td width=
"21%"></td>
2612 <td width=
"8%"></td>
2613 <td width=
"6%"></td>
2616 <p><big>used by Group
3 codec
</big></p>
2619 <a name=
"PSEUDO TAGS"></a>
2620 <h2>PSEUDO TAGS
</h2>
2621 <!-- INDENTATION -->
2622 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2623 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2624 <tr valign=
"top" align=
"left">
2625 <td width=
"8%"></td>
2627 <p><big>In addition to the normal
</big> TIFF
<big>tags the
2628 library supports a collection of tags whose values lie in a
2629 range outside the valid range of
</big> TIFF
<big>tags. These
2630 tags are termed
<i>pseud-tags
</i> and are used to control
2631 various codec-specific functions within the library. The
2632 table below summarizes the defined pseudo-tags.
</big></p>
2633 <!-- INDENTATION -->
2634 <pre><big><i>Tag Name Codec R/W Library Use/Notes
2640 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2641 cols=
"5" cellspacing=
"0" cellpadding=
"0">
2642 <tr valign=
"top" align=
"left">
2643 <td width=
"8%"></td>
2646 <p><big>TIFFTAG_FAXMODE
</big></p>
2648 <td width=
"8%"></td>
2651 <p><big>G3
</big></p>
2655 <p><big>R/W
</big></p>
2657 <tr valign=
"top" align=
"left">
2658 <td width=
"8%"></td>
2659 <td width=
"21%"></td>
2660 <td width=
"8%"></td>
2661 <td width=
"6%"></td>
2664 <p><big>general codec operation
</big></p>
2666 <tr valign=
"top" align=
"left">
2667 <td width=
"8%"></td>
2670 <p><big>TIFFTAG_FAXFILLFUNC
</big></p>
2672 <td width=
"8%"></td>
2675 <p><big>G3/G4
</big></p>
2679 <p><big>R/W
</big></p>
2681 <tr valign=
"top" align=
"left">
2682 <td width=
"8%"></td>
2683 <td width=
"21%"></td>
2684 <td width=
"8%"></td>
2685 <td width=
"6%"></td>
2688 <p><big>bitmap fill function
</big></p>
2690 <tr valign=
"top" align=
"left">
2691 <td width=
"8%"></td>
2694 <p><big>TIFFTAG_JPEGQUALITY
</big></p>
2696 <td width=
"8%"></td>
2699 <p><big>JPEG
</big></p>
2703 <p><big>R/W
</big></p>
2705 <tr valign=
"top" align=
"left">
2706 <td width=
"8%"></td>
2707 <td width=
"21%"></td>
2708 <td width=
"8%"></td>
2709 <td width=
"6%"></td>
2712 <p><big>compression quality control
</big></p>
2714 <tr valign=
"top" align=
"left">
2715 <td width=
"8%"></td>
2718 <p><big>TIFFTAG_JPEGCOLORMODE
</big></p>
2720 <td width=
"8%"></td>
2723 <p><big>JPEG
</big></p>
2727 <p><big>R/W
</big></p>
2729 <tr valign=
"top" align=
"left">
2730 <td width=
"8%"></td>
2731 <td width=
"21%"></td>
2732 <td width=
"8%"></td>
2733 <td width=
"6%"></td>
2736 <p><big>control colorspace conversions
</big></p>
2738 <tr valign=
"top" align=
"left">
2739 <td width=
"8%"></td>
2742 <p><big>TIFFTAG_JPEGTABLESMODE
</big></p>
2744 <td width=
"8%"></td>
2747 <p><big>JPEG
</big></p>
2751 <p><big>R/W
</big></p>
2753 <tr valign=
"top" align=
"left">
2754 <td width=
"8%"></td>
2755 <td width=
"21%"></td>
2756 <td width=
"8%"></td>
2757 <td width=
"6%"></td>
2760 <p><big>control contents of
<i>JPEGTables
</i> tag
</big></p>
2762 <tr valign=
"top" align=
"left">
2763 <td width=
"8%"></td>
2766 <p><big>TIFFTAG_ZIPQUALITY
</big></p>
2768 <td width=
"8%"></td>
2771 <p><big>Deflate
</big></p>
2775 <p><big>R/Wcompression quality level
</big></p>
2777 <tr valign=
"top" align=
"left">
2778 <td width=
"8%"></td>
2781 <p><big>TIFFTAG_PIXARLOGDATAFMT
</big></p>
2783 <td width=
"8%"></td>
2786 <p><big>PixarLog
</big></p>
2790 <p><big>R/Wuser data format
</big></p>
2792 <tr valign=
"top" align=
"left">
2793 <td width=
"8%"></td>
2796 <p><big>TIFFTAG_PIXARLOGQUALITY
</big></p>
2798 <td width=
"8%"></td>
2801 <p><big>PixarLog
</big></p>
2805 <p><big>R/Wcompression quality level
</big></p>
2807 <tr valign=
"top" align=
"left">
2808 <td width=
"8%"></td>
2811 <p><big>TIFFTAG_SGILOGDATAFMT
</big></p>
2813 <td width=
"8%"></td>
2816 <p><big>SGILog
</big></p>
2820 <p><big>R/W
</big></p>
2822 <tr valign=
"top" align=
"left">
2823 <td width=
"8%"></td>
2824 <td width=
"21%"></td>
2825 <td width=
"8%"></td>
2826 <td width=
"6%"></td>
2829 <p><big>user data format
</big></p>
2832 <!-- INDENTATION -->
2833 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2834 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2835 <tr valign=
"top" align=
"left">
2836 <td width=
"8%"></td>
2838 <p><big><b>TIFFTAG_FAXMODE
</b></big></p></td>
2840 <!-- INDENTATION -->
2841 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2842 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2843 <tr valign=
"top" align=
"left">
2844 <td width=
"19%"></td>
2846 <p><big>Control the operation of the Group
3 codec. Possible
2847 values (independent bits that can be combined by
2848 or
’ing them together) are: FAXMODE_CLASSIC (enable
2849 old-style format in which the
</big> RTC
<big>is written at
2850 the end of the last strip), FAXMODE_NORTC (opposite of
2851 FAXMODE_CLASSIC; also called FAXMODE_CLASSF), FAXMODE_NOEOL
2852 (do not write
</big> EOL
<big>codes at the start of each row
2853 of data), FAXMODE_BYTEALIGN (align each encoded row to an
2854 8-bit boundary), FAXMODE_WORDALIGN (align each encoded row
2855 to an
16-bit boundary), The default value is dependent on
2856 the compression scheme; this pseudo-tag is used by the
2857 various G3 and G4 codecs to share code.
</big></p>
2860 <!-- INDENTATION -->
2861 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2862 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2863 <tr valign=
"top" align=
"left">
2864 <td width=
"8%"></td>
2866 <p><big><b>TIFFTAG_FAXFILLFUNC
</b></big></p></td>
2868 <!-- INDENTATION -->
2869 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2870 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2871 <tr valign=
"top" align=
"left">
2872 <td width=
"19%"></td>
2874 <p><big>Control the function used to convert arrays of black
2875 and white runs to packed bit arrays. This hook can be used
2876 to image decoded scanlines in multi-bit depth rasters (e.g.
2877 for display in colormap mode) or for other purposes. The
2878 default value is a pointer to a builtin function that images
2879 packed bilevel data.
</big></p>
2882 <!-- INDENTATION -->
2883 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2884 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2885 <tr valign=
"top" align=
"left">
2886 <td width=
"8%"></td>
2888 <p><big><b>TIFFTAG_IPTCNEWSPHOTO
</b></big></p></td>
2890 <!-- INDENTATION -->
2891 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2892 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2893 <tr valign=
"top" align=
"left">
2894 <td width=
"19%"></td>
2896 <p><big>Tag contaings image metadata per the IPTC newsphoto
2897 spec: Headline, captioning, credit, etc... Used by most wire
2901 <!-- INDENTATION -->
2902 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2903 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2904 <tr valign=
"top" align=
"left">
2905 <td width=
"8%"></td>
2907 <p><big><b>TIFFTAG_PHOTOSHOP
</b></big></p></td>
2909 <!-- INDENTATION -->
2910 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2911 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2912 <tr valign=
"top" align=
"left">
2913 <td width=
"19%"></td>
2915 <p><big>Tag contains Photoshop captioning information and
2916 metadata. Photoshop uses in parallel and redundantly
2917 alongside IPTCNEWSPHOTO information.
</big></p>
2920 <!-- INDENTATION -->
2921 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2922 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2923 <tr valign=
"top" align=
"left">
2924 <td width=
"8%"></td>
2926 <p><big><b>TIFFTAG_JPEGQUALITY
</b></big></p></td>
2928 <!-- INDENTATION -->
2929 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2930 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2931 <tr valign=
"top" align=
"left">
2932 <td width=
"19%"></td>
2934 <p><big>Control the compression quality level used in the
2935 baseline algorithm. Note that quality levels are in the
2936 range
0-
100 with a default value of
75.
</big></p>
2939 <!-- INDENTATION -->
2940 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2941 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2942 <tr valign=
"top" align=
"left">
2943 <td width=
"8%"></td>
2945 <p><big><b>TIFFTAG_JPEGCOLORMODE
</b></big></p></td>
2947 <!-- INDENTATION -->
2948 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2949 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2950 <tr valign=
"top" align=
"left">
2951 <td width=
"19%"></td>
2953 <p><big>Control whether or not conversion is done between
2954 RGB and YCbCr colorspaces. Possible values are:
2955 JPEGCOLORMODE_RAW (do not convert), and JPEGCOLORMODE_RGB
2956 (convert to/from RGB) The default value is
2957 JPEGCOLORMODE_RAW.
</big></p>
2960 <!-- INDENTATION -->
2961 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2962 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2963 <tr valign=
"top" align=
"left">
2964 <td width=
"8%"></td>
2966 <p><big><b>TIFFTAG_JPEGTABLESMODE
</b></big></p></td>
2968 <!-- INDENTATION -->
2969 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2970 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2971 <tr valign=
"top" align=
"left">
2972 <td width=
"19%"></td>
2974 <p><big>Control the information written in the
2975 <i>JPEGTables
</i> tag. Possible values (independent bits
2976 that can be combined by or
’ing them together) are:
2977 JPEGTABLESMODE_QUANT (include quantization tables), and
2978 JPEGTABLESMODE_HUFF (include Huffman encoding tables). The
2980 JPEGTABLESMODE_QUANT|JPEGTABLESMODE_HUFF.
</big></p>
2983 <!-- INDENTATION -->
2984 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2985 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2986 <tr valign=
"top" align=
"left">
2987 <td width=
"8%"></td>
2989 <p><big><b>TIFFTAG_ZIPQUALITY
</b></big></p></td>
2991 <!-- INDENTATION -->
2992 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
2993 cols=
"2" cellspacing=
"0" cellpadding=
"0">
2994 <tr valign=
"top" align=
"left">
2995 <td width=
"19%"></td>
2997 <p><big>Control the compression technique used by the
2998 Deflate codec. Quality levels are in the range
1-
9 with
2999 larger numbers yielding better compression at the cost of
3000 more computation. The default quality level is
6 which
3001 yields a good time-space tradeoff.
</big></p>
3004 <!-- INDENTATION -->
3005 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3006 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3007 <tr valign=
"top" align=
"left">
3008 <td width=
"8%"></td>
3010 <p><big><b>TIFFTAG_PIXARLOGDATAFMT
</b></big></p></td>
3012 <!-- INDENTATION -->
3013 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3014 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3015 <tr valign=
"top" align=
"left">
3016 <td width=
"19%"></td>
3018 <p><big>Control the format of user data passed
<i>in
</i> to
3019 the PixarLog codec when encoding and passed
<i>out
</i> from
3020 when decoding. Possible values are: PIXARLOGDATAFMT_8BIT for
3021 8-bit unsigned pixels, PIXARLOGDATAFMT_8BITABGR for
8-bit
3022 unsigned ABGR-ordered pixels, PIXARLOGDATAFMT_11BITLOG for
3023 11-bit log-encoded raw data, PIXARLOGDATAFMT_12BITPICIO for
3024 12-bit PICIO-compatible data, PIXARLOGDATAFMT_16BIT for
3025 16-bit signed samples, and PIXARLOGDATAFMT_FLOAT for
32-bit
3026 IEEE floating point samples.
</big></p>
3029 <!-- INDENTATION -->
3030 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3031 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3032 <tr valign=
"top" align=
"left">
3033 <td width=
"8%"></td>
3035 <p><big><b>TIFFTAG_PIXARLOGQUALITY
</b></big></p></td>
3037 <!-- INDENTATION -->
3038 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3039 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3040 <tr valign=
"top" align=
"left">
3041 <td width=
"19%"></td>
3043 <p><big>Control the compression technique used by the
3044 PixarLog codec. This value is treated identically to
3045 TIFFTAG_ZIPQUALITY; see the above description.
</big></p>
3048 <!-- INDENTATION -->
3049 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3050 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3051 <tr valign=
"top" align=
"left">
3052 <td width=
"8%"></td>
3054 <p><big><b>TIFFTAG_SGILOGDATAFMT
</b></big></p></td>
3056 <!-- INDENTATION -->
3057 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3058 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3059 <tr valign=
"top" align=
"left">
3060 <td width=
"19%"></td>
3062 <p><big>Control the format of client data passed
<i>in
</i>
3063 to the SGILog codec when encoding and passed
<i>out
</i> from
3064 when decoding. Possible values are: SGILOGDATAFMT_FLTXYZ for
3065 converting between LogLuv and
32-bit IEEE floating valued
3066 XYZ pixels, SGILOGDATAFMT_16BITLUV for
16-bit encoded Luv
3067 pixels, SGILOGDATAFMT_32BITRAW and SGILOGDATAFMT_24BITRAW
3068 for no conversion of data, SGILOGDATAFMT_8BITRGB for
3069 returning
8-bit RGB data (valid only when decoding
3070 LogLuv-encoded data), SGILOGDATAFMT_FLTY for converting
3071 between LogL and
32-bit IEEE floating valued Y pixels,
3072 SGILOGDATAFMT_16BITL for
16-bit encoded L pixels, and
3073 SGILOGDATAFMT_8BITGRY for returning
8-bit greyscale data
3074 (valid only when decoding LogL-encoded data).
</big></p>
3077 <a name=
"DIAGNOSTICS"></a>
3078 <h2>DIAGNOSTICS
</h2>
3079 <!-- INDENTATION -->
3080 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3081 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3082 <tr valign=
"top" align=
"left">
3083 <td width=
"8%"></td>
3085 <p><big>All error messages are directed through the
3086 <i>TIFFError
</i> routine. By default messages are directed
3087 to
<b>stderr
</b> in the form:
<i>module: message\n.
</i>
3088 Warning messages are likewise directed through the
3089 <i>TIFFWarning
</i> routine.
</big></p>
3092 <a name=
"SEE ALSO"></a>
3094 <!-- INDENTATION -->
3095 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3096 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3097 <tr valign=
"top" align=
"left">
3098 <td width=
"8%"></td>
3100 <p><big><b>fax2tiff
</b>(
1),
<b>gif2tiff
</b>(
1),
3101 <b>pal2rgb
</b>(
1),
<b>ppm2tiff
</b>(
1),
<b>rgb2ycbcr
</b>(
1),
3102 <b>ras2tiff
</b>(
1),
<b>raw2tiff
</b>(
1),
<b>sgi2tiff
</b>(
1),
3103 <b>tiff2bw
</b>(
1),
<b>tiffdither
</b>(
1),
<b>tiffdump
</b>(
1),
3104 <b>tiffcp
</b>(
1),
<b>tiffcmp
</b>(
1),
<b>tiffgt
</b>(
1),
3105 <b>tiffinfo
</b>(
1),
<b>tiffmedian
</b>(
1),
3106 <b>tiffsplit
</b>(
1),
<b>tiffsv
</b>(
1).
</big></p>
3107 <!-- INDENTATION -->
3108 <p><big><b>Tag Image File Format Specification
—
3109 Revision
6.0</b>, an Aldus Technical Memorandum.
</big></p>
3110 <!-- INDENTATION -->
3111 <p><big><b>The Spirit of TIFF Class F
</b>, an appendix to
3112 the TIFF
5.0 specification prepared by Cygnet
3113 Technologies.
</big></p>
3114 <!-- INDENTATION -->
3115 <p><big>Libtiff library home page:
3116 <b>http://www.remotesensing.org/libtiff/
</b></big></p>
3121 <!-- INDENTATION -->
3122 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
3123 cols=
"2" cellspacing=
"0" cellpadding=
"0">
3124 <tr valign=
"top" align=
"left">
3125 <td width=
"8%"></td>
3127 <p><big>The library does not support multi-sample images
3128 where some samples have different bits/sample.
</big></p>
3129 <!-- INDENTATION -->
3130 <p><big>The library does not support random access to
3131 compressed data that is organized with more than one row per
3132 tile or strip.
</big></p>