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 cdf3c98 commit 2e6ab7cCopy full SHA for 2e6ab7c
1 file changed
src/PIL/WebPImagePlugin.py
@@ -38,6 +38,8 @@ class WebPImageFile(ImageFile.ImageFile):
38
39
format = "WEBP"
40
format_description = "WebP image"
41
+ __loaded = -1
42
+ __logical_frame = -1
43
44
def _open(self):
45
if not _webp.HAVE_WEBPANIM:
0 commit comments