Replies: 1 comment 2 replies
-
What if instead of a time control you listed the frame numbers you wanted to have included? Like if you wanted the first 20 odd numbered frames, you could pass a kwarg |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
py5_tool.animated_gif
feature is great, but I miss from the gifAnimation library that I used with Processing Java/Python mode the "fine control" of choosing to add frames in some circumstances...When making small loops the "time control" afforded by
animated_gif
doesn't seem helpful. I then usually export all frames (or every odd frame) and generate the animation elsewhere. Am I missing somethig?A lazy idea... could we have
animated_gif_from_frames(filename, list_of_frames, duration)
?Beta Was this translation helpful? Give feedback.
All reactions