mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
using test file with known license
This commit is contained in:
parent
157df44e51
commit
5e670e9b70
BIN
Tests/images/hopper.iccprofile.tif
Normal file
BIN
Tests/images/hopper.iccprofile.tif
Normal file
Binary file not shown.
Binary file not shown.
|
@ -150,7 +150,7 @@ class TestFileTiffMetadata(PillowTestCase):
|
||||||
|
|
||||||
def test_iccprofile(self):
|
def test_iccprofile(self):
|
||||||
# https://github.com/python-pillow/Pillow/issues/1462
|
# https://github.com/python-pillow/Pillow/issues/1462
|
||||||
im = Image.open('Tests/images/iccprofile.tiff')
|
im = Image.open('Tests/images/hopper.iccprofile.tif')
|
||||||
out = self.tempfile('temp.tiff')
|
out = self.tempfile('temp.tiff')
|
||||||
|
|
||||||
im.save(out)
|
im.save(out)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user