Skip to content

Commit d5c3814

Browse files
committed
Changed default offset for Exif
1 parent 83125b5 commit d5c3814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3281,7 +3281,7 @@ def load(self, data):
32813281
self._data.update(ifd)
32823282
self._ifds[0x8769] = ifd
32833283

3284-
def tobytes(self, offset=0):
3284+
def tobytes(self, offset=8):
32853285
from . import TiffImagePlugin
32863286

32873287
if self.endian == "<":

0 commit comments

Comments
 (0)