mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 01:43:17 +03:00
_min_frame is already zero
This commit is contained in:
parent
0bf71a44ce
commit
eb8bc46269
|
@ -410,7 +410,6 @@ class AniImageFile(ImageFile.ImageFile):
|
||||||
self.info["frames"] = self.ani.anih["nFrames"]
|
self.info["frames"] = self.ani.anih["nFrames"]
|
||||||
|
|
||||||
self.frame = 0
|
self.frame = 0
|
||||||
self._min_frame = 0
|
|
||||||
self.seek(0)
|
self.seek(0)
|
||||||
self.size = self.im.size
|
self.size = self.im.size
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user