mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Test a png file with iTXt chunks
This commit is contained in:
parent
41fba67fb0
commit
1b338998dc
BIN
Tests/images/itxt_chunks.png
Normal file
BIN
Tests/images/itxt_chunks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
|
@ -67,7 +67,8 @@ class TestPickle(PillowTestCase):
|
|||
"Tests/images/non_zero_bb.png",
|
||||
"Tests/images/non_zero_bb_scale2.png",
|
||||
"Tests/images/p_trns_single.png",
|
||||
"Tests/images/pil123p.png"
|
||||
"Tests/images/pil123p.png",
|
||||
"Tests/images/itxt_chunks.png"
|
||||
]:
|
||||
self.helper_pickle_string(pickle, test_file=test_file)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user