mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-06 05:20:09 +03:00
Merge f999ce4334
into 24cb7bf3df
This commit is contained in:
commit
7ae04b73ee
|
@ -264,7 +264,7 @@ class ImageFileDirectory(collections.MutableMapping):
|
|||
if self.prefix == MM:
|
||||
self.i16, self.i32 = ib16, ib32
|
||||
self.o16, self.o32 = ob16, ob32
|
||||
elif self.prefix == II:
|
||||
elif self.prefix in (II, '\xf5\xf5', '\xfb\xfb', '\xfe\xde', ):
|
||||
self.i16, self.i32 = il16, il32
|
||||
self.o16, self.o32 = ol16, ol32
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user