diff options
| author | matiargs | 2024-07-18 15:04:24 +0000 |
|---|---|---|
| committer | jvoisin | 2024-07-18 15:04:24 +0000 |
| commit | 75c0a750c1b520bac276fd84e7fa4106e7f975f8 (patch) | |
| tree | 9141f4feecf87402f328b4669e120122c9aa3813 /tests/test_lightweight_cleaning.py | |
| parent | a47ac01eb626859fda3a25996ed3d9665f6001fe (diff) | |
Keep orientation metadata
Diffstat (limited to 'tests/test_lightweight_cleaning.py')
| -rw-r--r-- | tests/test_lightweight_cleaning.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_lightweight_cleaning.py b/tests/test_lightweight_cleaning.py index 38e06dc..ce7e48c 100644 --- a/tests/test_lightweight_cleaning.py +++ b/tests/test_lightweight_cleaning.py | |||
| @@ -33,7 +33,6 @@ class TestLightWeightCleaning(unittest.TestCase): | |||
| 33 | 'parser': images.TiffParser, | 33 | 'parser': images.TiffParser, |
| 34 | 'meta': {'ImageDescription': 'OLYMPUS DIGITAL CAMERA '}, | 34 | 'meta': {'ImageDescription': 'OLYMPUS DIGITAL CAMERA '}, |
| 35 | 'expected_meta': { | 35 | 'expected_meta': { |
| 36 | 'Orientation': 'Horizontal (normal)', | ||
| 37 | 'ResolutionUnit': 'inches', | 36 | 'ResolutionUnit': 'inches', |
| 38 | 'XResolution': 72, | 37 | 'XResolution': 72, |
| 39 | 'YResolution': 72 | 38 | 'YResolution': 72 |
