From ddf17df928bbb8aac044bfedad155c7947e1a64a Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati Date: Sat, 14 Mar 2015 02:41:14 -0700 Subject: [PATCH] Make gifmaker work with the current getheader GifImagePlugin.getheader was updated about 2 years ago and changed the API that gifmaker expects. --- Scripts/gifmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/gifmaker.py b/Scripts/gifmaker.py index 9fa5e71a4..bd4de99c1 100644 --- a/Scripts/gifmaker.py +++ b/Scripts/gifmaker.py @@ -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: