mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Merge pull request #7442 from radarhere/warning
This commit is contained in:
commit
ebefb5f1e0
|
@ -3751,6 +3751,7 @@ class Exif(MutableMapping):
|
|||
self.endian = self._info._endian
|
||||
if offset is None:
|
||||
offset = self._info.next
|
||||
self.fp.tell()
|
||||
self.fp.seek(offset)
|
||||
self._info.load(self.fp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user