We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16873ee + f664055 commit 6e5234dCopy full SHA for 6e5234d
examples/rgb_display_pillow_animated_gif.py
@@ -89,6 +89,7 @@ def back(self):
89
def load_files(self, folder):
90
gif_files = [f for f in os.listdir(folder) if f.endswith(".gif")]
91
for gif_file in gif_files:
92
+ gif_file = os.path.join(folder, gif_file)
93
image = Image.open(gif_file)
94
# Only add animated Gifs
95
if image.is_animated:
0 commit comments