mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Fix pickling webp
This commit is contained in:
parent
cdf3c98103
commit
2e6ab7c669
|
@ -38,6 +38,8 @@ class WebPImageFile(ImageFile.ImageFile):
|
||||||
|
|
||||||
format = "WEBP"
|
format = "WEBP"
|
||||||
format_description = "WebP image"
|
format_description = "WebP image"
|
||||||
|
__loaded = -1
|
||||||
|
__logical_frame = -1
|
||||||
|
|
||||||
def _open(self):
|
def _open(self):
|
||||||
if not _webp.HAVE_WEBPANIM:
|
if not _webp.HAVE_WEBPANIM:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user