mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Merge pull request #1134 from fahhem/patch-1
Make gifmaker work with the current getheader
This commit is contained in:
commit
ba7cd1c95a
|
@ -78,7 +78,7 @@ def makedelta(fp, sequence):
|
||||||
if not previous:
|
if not previous:
|
||||||
|
|
||||||
# global header
|
# global header
|
||||||
for s in getheader(im) + getdata(im):
|
for s in getheader(im)[0] + getdata(im):
|
||||||
fp.write(s)
|
fp.write(s)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user