Update PdfImagePlugin.py

This commit is contained in:
tzjtan 2019-04-02 22:28:42 -04:00 committed by GitHub
parent f8d46cc79c
commit 2d364ee1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ def _save(im, fp, filename, save_all=False):
resolution2D = (resolution,resolution) resolution2D = (resolution,resolution)
else: else:
resolution2D = resolution resolution2D = resolution
info = { info = {
"title": None if is_appending else os.path.splitext( "title": None if is_appending else os.path.splitext(
os.path.basename(filename) os.path.basename(filename)