mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +03:00
Merge pull request #1 from radarhere/patch-1
Changed default offset for Exif
This commit is contained in:
commit
9b6e724ae6
|
@ -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