diff --git a/src/PIL/GifImagePlugin.py b/src/PIL/GifImagePlugin.py index 64ef63b2e..4f4e62d6d 100644 --- a/src/PIL/GifImagePlugin.py +++ b/src/PIL/GifImagePlugin.py @@ -444,8 +444,7 @@ def _write_multiple_frames(im, fp, palette): if im_frames: # delta frame previous = im_frames[-1] - if "disposal" in encoderinfo \ - and encoderinfo["disposal"] == 2: + if disposal == 2: base_image = background else: base_image = previous["im"]