Merge pull request #1134 from fahhem/patch-1

Make gifmaker work with the current getheader
This commit is contained in:
Hugo 2015-03-15 09:18:59 +02:00
commit ba7cd1c95a

View File

@ -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: