We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a823a4 + 33f1875 commit 68cf38aCopy full SHA for 68cf38a
examples/rgb_display_pillow_animated_gif.py
@@ -78,6 +78,7 @@ def preload(self):
78
self._loop = 1
79
self._frame_count = image.n_frames
80
81
+ self._frames.clear()
82
for frame in range(self._frame_count):
83
image.seek(frame)
84
# Create blank image for drawing.
0 commit comments