mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-12 08:45:47 +03:00
Initialise __frame = 0
This commit is contained in:
parent
f0fe60ae9f
commit
ca85b0da24
|
@ -630,6 +630,7 @@ class PngImageFile(ImageFile.ImageFile):
|
|||
|
||||
format = "PNG"
|
||||
format_description = "Portable network graphics"
|
||||
__frame = 0
|
||||
|
||||
def _open(self):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user