Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created May 31, 2020 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceteri/5cbc68a90fbebc320cc1dcc160498a8b to your computer and use it in GitHub Desktop.
Save ceteri/5cbc68a90fbebc320cc1dcc160498a8b to your computer and use it in GitHub Desktop.
images = []
for file_name in image_files:
images.append(imageio.imread(file_name))
gif_path = "movie.gif"
imageio.mimsave(gif_path, images, fps=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment