Skip to content

Commit 5103573

Browse files
lgritzssh4net
authored andcommitted
ci: Yet another tiff-misc ref output (AcademySoftwareFoundation#5112)
When reading corrupt files, sometimes there are a lot of different potential error messages reported by libtiff depending on the exact version and platform, and which corruption it encounters or notices first. So we tend to have to add new refs frequently as libtiff changes. Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>
1 parent 5a5dc56 commit 5103573

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
Reading src/separate.tif
2+
src/separate.tif : 128 x 128, 3 channel, uint8 tiff
3+
SHA-1: 486088DECAE711C444FDCAB009C378F7783AD9C5
4+
channel list: R, G, B
5+
compression: "zip"
6+
DateTime: "2020:10:25 15:32:04"
7+
Orientation: 1 (normal)
8+
planarconfig: "separate"
9+
Software: "OpenImageIO 2.3.0dev : oiiotool --pattern fill:topleft=0,0,0:topright=1,0,0:bottomleft=0,1,0:bottomright=1,1,1 128x128 3 --planarconfig separate -scanline -attrib tiff:rowsperstrip 17 -d uint8 -o separate.tif"
10+
oiio:BitsPerSample: 8
11+
tiff:Compression: 8
12+
tiff:PhotometricInterpretation: 2
13+
tiff:PlanarConfiguration: 2
14+
tiff:RowsPerStrip: 7
15+
Comparing "src/separate.tif" and "separate.tif"
16+
PASS
17+
oiiotool ERROR: read : "src/corrupt1.tif": Invalid bits per sample (5)
18+
Full command line was:
19+
> oiiotool --oiioattrib try_all_readers 0 --info -v src/corrupt1.tif
20+
oiiotool ERROR: read : File does not exist: "src/crash-1633.tif"
21+
Full command line was:
22+
> oiiotool --oiioattrib try_all_readers 0 --info -v src/crash-1633.tif
23+
oiiotool ERROR: read : File does not exist: "src/crash-1643.tif"
24+
Full command line was:
25+
> oiiotool --oiioattrib try_all_readers 0 --info src/crash-1643.tif -o out.exr
26+
iconvert ERROR copying "src/crash-1709.tif" to "crash-1709.exr" :
27+
TIFFReadRawTile failed reading tile x=1088,y=72,z=0: Read error at row 4294967295, col 4294967295; got 114 bytes, expected 127
28+
Reading gps.tif
29+
gps.tif : 64 x 64, 3 channel, uint8 tiff
30+
channel list: R, G, B
31+
compression: "zip"
32+
Orientation: 1 (normal)
33+
planarconfig: "contig"
34+
Exif:ColorSpace: 1
35+
Exif:SubjectDistance: 0 (0 m)
36+
GPS:Altitude: 2377 (2377 m)
37+
GPS:DestBearing: 0
38+
GPS:DestBearingRef: "T" (true north)
39+
GPS:DestDistance: 0
40+
GPS:DestDistanceRef: "K" (km)
41+
GPS:DestLatitude: 0, 0, 0
42+
GPS:DestLatitudeRef: "N"
43+
GPS:DestLongitude: 0, 0, 0
44+
GPS:DestLongitudeRef: "E"
45+
GPS:Latitude: 40, 2, 22.686
46+
GPS:LatitudeRef: "N"
47+
GPS:Longitude: 105, 15, 10.152
48+
GPS:LongitudeRef: "W"
49+
GPS:Track: 146.254
50+
GPS:TrackRef: "T" (true north)
51+
oiio:BitsPerSample: 8
52+
oiio:ColorSpace: "srgb_rec709_scene"
53+
tiff:Compression: 8
54+
tiff:PhotometricInterpretation: 2
55+
tiff:PlanarConfiguration: 1
56+
tiff:RowsPerStrip: 32
57+
iconvert ERROR copying "src/crash-cmyk-e12b.tif" to "out.tif" :
58+
Decoding error at scanline 0, invalid distance too far back
59+
Comparing "check1.tif" and "ref/check1.tif"
60+
PASS

0 commit comments

Comments
 (0)