diff --git a/PIL/Image.py b/PIL/Image.py index 3026d1388..c8315ba76 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -588,7 +588,7 @@ class Image(object): self.load() if not format or format == "PPM": - self.im.save_ppm(file, **options) + self.im.save_ppm(file) else: if not file.endswith(format): file = file + "." + format