mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06: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],
|
dpi[0], dpi[1],
|
||||||
subsampling,
|
subsampling,
|
||||||
extra,
|
extra,
|
||||||
info.get("exif", "")
|
info.get("exif", b"")
|
||||||
)
|
)
|
||||||
|
|
||||||
ImageFile._save(im, fp, [("jpeg", (0,0)+im.size, 0, rawmode)])
|
ImageFile._save(im, fp, [("jpeg", (0,0)+im.size, 0, rawmode)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user