diff --git a/src/PIL/PdfImagePlugin.py b/src/PIL/PdfImagePlugin.py index db446358b..ebdfed8d3 100644 --- a/src/PIL/PdfImagePlugin.py +++ b/src/PIL/PdfImagePlugin.py @@ -61,7 +61,7 @@ def _save(im, fp, filename, save_all=False): resolution2D = (resolution,resolution) else: resolution2D = resolution - + info = { "title": None if is_appending else os.path.splitext( os.path.basename(filename)