mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +03:00
typo
This commit is contained in:
parent
e6c8e5abec
commit
2188cf2baf
|
@ -1000,7 +1000,7 @@ def _save(im, fp, filename):
|
||||||
IPTC_NAA_CHUNK, PHOTOSHOP_CHUNK, XMP):
|
IPTC_NAA_CHUNK, PHOTOSHOP_CHUNK, XMP):
|
||||||
if key in im.tag:
|
if key in im.tag:
|
||||||
ifd[key] = im.tag[key]
|
ifd[key] = im.tag[key]
|
||||||
ifd.tagtypes[key] = im.tag.tagtype.get(key, None)
|
ifd.tagtype[key] = im.tag.tagtype.get(key, None)
|
||||||
|
|
||||||
# preserve ICC profile (should also work when saving other formats
|
# preserve ICC profile (should also work when saving other formats
|
||||||
# which support profiles as TIFF) -- 2008-06-06 Florian Hoech
|
# which support profiles as TIFF) -- 2008-06-06 Florian Hoech
|
||||||
|
|
Loading…
Reference in New Issue
Block a user