mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
commit
0fe6955da5
|
@ -882,7 +882,6 @@ def _save(im, fp, filename, chunk=putchunk):
|
|||
b"\x01",
|
||||
)
|
||||
|
||||
info = im.encoderinfo.get("pnginfo")
|
||||
if info:
|
||||
chunks = [b"bKGD", b"hIST"]
|
||||
for cid, data in info.chunks:
|
||||
|
|
Loading…
Reference in New Issue
Block a user