Replace lena_g4.tif with hopper_g4.tif

This commit is contained in:
Hugo 2014-09-23 10:57:55 +03:00
parent c0ce691704
commit 925cea3780
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -117,7 +117,7 @@ class TestFileLibTiff(LibTiffTestCase):
def test_write_metadata(self): def test_write_metadata(self):
""" Test metadata writing through libtiff """ """ 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') f = self.tempfile('temp.tiff')
img.save(f, tiffinfo=img.tag) img.save(f, tiffinfo=img.tag)