mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Removed initial seek
This commit is contained in:
parent
03b5ffbd23
commit
574b0ee315
|
@ -92,7 +92,6 @@ class WebPImageFile(ImageFile.ImageFile):
|
|||
|
||||
# Initialize seek state
|
||||
self._reset(reset=False)
|
||||
self.seek(0)
|
||||
|
||||
def _getexif(self):
|
||||
if "exif" not in self.info:
|
||||
|
|
Loading…
Reference in New Issue
Block a user