mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 06:34: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)
|
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user