Skip to content

Commit

Permalink
Test for issue python-pillow#2206
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Dec 13, 2016
1 parent 51aebdd commit 259d569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/test_file_libtiff.py
Expand Up @@ -39,6 +39,8 @@ def _assert_noerr(self, im):
out = self.tempfile("temp.png")
im.save(out)

out_bytes = io.BytesIO()
im.save(out_bytes, format='tiff', compression='group4')

class TestFileLibTiff(LibTiffTestCase):

Expand Down

0 comments on commit 259d569

Please sign in to comment.