diff --git a/tests/model/test_exif.py b/tests/model/test_exif.py index 077247521..18c5e4c46 100644 --- a/tests/model/test_exif.py +++ b/tests/model/test_exif.py @@ -27,7 +27,10 @@ 1457, 2084, 1, 1, 1, 'inches', 'RGB', None), # tolerate multi-frame TIFF: ('gutachten/data/IMG/IMG_1.tif', - 2088, 2634, 300, 300, 300, 'inches', 'RGB', 'raw') + 2088, 2634, 300, 300, 300, 'inches', 'RGB', 'raw'), + # multi-frame TIFF with metric pixel density (is actually YCBCR not RGB but Pillow thinks otherwise...) + ('indian-ferns/data/OCR-D-IMG/0004.tif', + 2626, 3620, 28, 28, 28, 'cm', 'RGB', 'jpeg'), ]) def test_ocrd_exif(path, width, height, xResolution, yResolution, resolution, resolutionUnit, photometricInterpretation, compression): """Check EXIF attributes for different input formats