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