mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +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):
|
||||
if key in im.tag:
|
||||
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
|
||||
# which support profiles as TIFF) -- 2008-06-06 Florian Hoech
|
||||
|
|
Loading…
Reference in New Issue
Block a user