mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-24 22:24:48 +03:00
Update PdfImagePlugin.py
This commit is contained in:
parent
f8d46cc79c
commit
2d364ee1e3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user