Skip to content

Commit

Permalink
load
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 8, 2023
1 parent 55e86d1 commit 80f5222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PIL/TiffImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,8 @@ def load(self):
return super().load()

def load_end(self):
self.load()

# allow closing if we're on the first frame, there's no next
# This is the ImageFile.load path only, libtiff specific below.
if not self.is_animated:
Expand Down

0 comments on commit 80f5222

Please sign in to comment.