mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Changed default offset for Exif
This commit is contained in:
parent
83125b5ae4
commit
d5c3814691
|
@ -3281,7 +3281,7 @@ class Exif(MutableMapping):
|
||||||
self._data.update(ifd)
|
self._data.update(ifd)
|
||||||
self._ifds[0x8769] = ifd
|
self._ifds[0x8769] = ifd
|
||||||
|
|
||||||
def tobytes(self, offset=0):
|
def tobytes(self, offset=8):
|
||||||
from . import TiffImagePlugin
|
from . import TiffImagePlugin
|
||||||
|
|
||||||
if self.endian == "<":
|
if self.endian == "<":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user