~ubuntu-branches/ubuntu/oneiric/tiff/oneiric

« back to all changes in this revision

Viewing changes to man/TIFFReadDirectory.3tiff

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-02-10 19:20:20 UTC
  • Revision ID: james.westby@ubuntu.com-20100210192020-040590fkzshi3sxk
Tags: 3.9.2-3
* Depend on libjpeg-dev instead of libjpeg62-dev.  (Closes: #569242)
* Change source format to '3.0 (quilt)'
* Update standards version to 3.8.4.  No changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
An unknown tag was encountered in the directory;
120
120
the library ignores all such tags.
121
121
.PP
122
 
\fBTIFF directory is missing requred "ImageLength" field\fP.
123
 
The image violates the specification by not having a necessary field.
124
 
There is no way for the library to recover from this error.
125
 
.PP
126
 
\fBTIFF directory is missing requred "PlanarConfig" field\fP.
127
 
The image violates the specification by not having a necessary field.
128
 
There is no way for the library to recover from this error.
129
 
.PP
130
 
\fBTIFF directory is missing requred "StripOffsets" field\fP.
 
122
\fBTIFF directory is missing required "ImageLength" field\fP.
 
123
The image violates the specification by not having a necessary field.
 
124
There is no way for the library to recover from this error.
 
125
.PP
 
126
\fBTIFF directory is missing required "PlanarConfig" field\fP.
 
127
The image violates the specification by not having a necessary field.
 
128
There is no way for the library to recover from this error.
 
129
.PP
 
130
\fBTIFF directory is missing required "StripOffsets" field\fP.
131
131
The image has multiple strips, but is missing the tag that
132
132
specifies the file offset to each strip of data.
133
133
There is no way for the library to recover from this error.
134
134
.PP
135
 
\fBTIFF directory is missing requred "TileOffsets" field\fP.
 
135
\fBTIFF directory is missing required "TileOffsets" field\fP.
136
136
The image has multiple tiles, but is missing the tag that
137
137
specifies the file offset to each tile of data.
138
138
There is no way for the library to recover from this error.