ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Message Text (normalised)Example for concrete MessageMeaningCureJHOVE Equivalent
2
ASCII value for tag not validASCII value for tag "Make" contains null byte in value;
value incorrectly truncated during reading due to implementation limitations.
`TIFFFetchNormalTag'
not applicable
3
Bad value for tagBad value 16130 for "ResolutionUnit" tag. `_TIFFVSetField'
difficult to tell as the example files all have numerous error messages,
maybe "Unknown data type"
or "Tag xxx out of sequence"
or "invalid strif offset", "ImageLenght not defined"
4
Bogus "StripByteCounts" field,
ignoring and calculating from imagelength.
5
Invalid InkNames value; expecting 3 names, found 1
6
Cannot read TIFF directory.
7
Cannot read TIFF directory count.
8
Cannot determine size of unknown tag
9
Cannot handle different values per sample for "SampleFormat".
10
Cannot handle zero number of strips.
11
Cannot handle zero number of tiles.
12
Cannot handle zero scanline size.
13
Computed scanline size is zero.
14
Failed to read custom directory at offset.
15
Failed to read directory
16
IO error during reading tag
17
Incompatible type for tag
18
Incorrect value for tag
19
Invalid TIFF directory; tags are not sorted in ascending order.
20
Memory allocation failed `Not enough space'
21
Nonstandard tile width or length, convert file.
22
Not a (valid) TIFF fileTIFF Magic Number is missing,
maybe not a TIFF file or file corrupt
23
Null count for tag
24
Photometric tag value assumed incorrect,
assuming data is YCbCr instead of RGB.
25
Sanity check on directory count failed
26
Sanity check on size of field value failed.
27
Subsampling tag is not set,
yet subsampling inside JPEG data [2,1] does not match default values [2,2];
assuming subsampling inside JPEG data is correct. `OJPEGSubsamplingCorrect'
28
Subsampling values [1,2] are not allowed in TIFF. `OJPEGSubsamplingCorrect'
29
Subsampling values inside JPEG compressed data have no TIFF equivalent,
auto-correction of TIFF subsampling values failed. `JPEGFixupTagsSubsamplingSec'
30
TIFF directory is missing required field
31
Unable to auto-correct subsampling values,
likely corrupt JPEG compressed data in first strip/tile;
auto-correcting skipped. `JPEGFixupTagsSubsampling'
32
Unknown field encountered.'Unknown TIFF IFD tag: xxxxx
33
Wrong "StripByteCounts" field, ignoring and calculating from imagelength.
34
Wrong data type for tag; tag ignored.
35
compression not supported
E. g. LZW compression is not allowed in Baseline TIFF (TIFF Spec. page 57)
Also JPEG compression within TIFF images is not allowed in Baseline TIFF (TIFF spec. page 95)
36
improper image header
37
incorrect count for field
38
too many exceptions (exception processing is suspended).
39
unexpected end-of-file
One would think it is "Premature EOF", but in praxis,
this error is not thrown with TIFFs which has caused the "unexpected-end"-error with ImageMagick
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100