From 2d364ee1e3f2d1776214f80a8a23587103587fb3 Mon Sep 17 00:00:00 2001 From: tzjtan <32231899+tzjtan@users.noreply.github.com> Date: Tue, 2 Apr 2019 22:28:42 -0400 Subject: [PATCH] Update PdfImagePlugin.py --- src/PIL/PdfImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)