mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Initialise __frame = 0
This commit is contained in:
parent
0a77f73ef3
commit
0a757b7085
|
@ -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