mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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:
|
||||
|
||||
# global header
|
||||
for s in getheader(im) + getdata(im):
|
||||
for s in getheader(im)[0] + getdata(im):
|
||||
fp.write(s)
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user