We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94751da commit 986c55fCopy full SHA for 986c55f
1 file changed
src/PIL/WebPImagePlugin.py
@@ -38,9 +38,8 @@ class WebPImageFile(ImageFile.ImageFile):
38
39
format = "WEBP"
40
format_description = "WebP image"
41
- __loaded = -1
+ __loaded = 0
42
__logical_frame = 0
43
- __physical_frame = 0
44
45
def _open(self):
46
if not _webp.HAVE_WEBPANIM:
0 commit comments