mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fixed another PIL Pillow difference bug
This commit is contained in:
parent
33bf5d9d37
commit
e90d90d60a
|
@ -465,7 +465,7 @@ def _save(im, fp, filename):
|
|||
dpi[0], dpi[1],
|
||||
subsampling,
|
||||
extra,
|
||||
info.get("exif", "")
|
||||
info.get("exif", b"")
|
||||
)
|
||||
|
||||
ImageFile._save(im, fp, [("jpeg", (0,0)+im.size, 0, rawmode)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user