mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Test for issue #2206
This commit is contained in:
parent
76b1eb242e
commit
ce3432f5f4
|
@ -39,6 +39,8 @@ class LibTiffTestCase(PillowTestCase):
|
|||
out = self.tempfile("temp.png")
|
||||
im.save(out)
|
||||
|
||||
out_bytes = io.BytesIO()
|
||||
im.save(out_bytes, format='tiff', compression='group4')
|
||||
|
||||
class TestFileLibTiff(LibTiffTestCase):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user