diff --git a/Tests/images/lena_g4.tif b/Tests/images/lena_g4.tif deleted file mode 100644 index 7ebe72fab..000000000 Binary files a/Tests/images/lena_g4.tif and /dev/null differ diff --git a/Tests/test_file_libtiff.py b/Tests/test_file_libtiff.py index e5d95d75c..af0597621 100644 --- a/Tests/test_file_libtiff.py +++ b/Tests/test_file_libtiff.py @@ -117,7 +117,7 @@ class TestFileLibTiff(LibTiffTestCase): def test_write_metadata(self): """ Test metadata writing through libtiff """ - img = Image.open('Tests/images/lena_g4.tif') + img = Image.open('Tests/images/hopper_g4.tif') f = self.tempfile('temp.tiff') img.save(f, tiffinfo=img.tag)