diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 2b5e3b6f0..0c8b42a09 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -3281,7 +3281,7 @@ class Exif(MutableMapping): self._data.update(ifd) self._ifds[0x8769] = ifd - def tobytes(self, offset=0): + def tobytes(self, offset=8): from . import TiffImagePlugin if self.endian == "<":