mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
Adds more prefixes
This commit is contained in:
parent
ae4e3bbcce
commit
f999ce4334
|
@ -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 in (II, '\xf5\xf5', ):
|
||||
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