mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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_description = "WebP image"
|
||||
__loaded = -1
|
||||
__logical_frame = -1
|
||||
|
||||
def _open(self):
|
||||
if not _webp.HAVE_WEBPANIM:
|
||||
|
|
Loading…
Reference in New Issue
Block a user