Skip to content

Instantly share code, notes, and snippets.

@rhngla
Created May 13, 2020 15:23
Show Gist options
  • Save rhngla/1fa633a3df46e07b26c6db24d9c0a7a6 to your computer and use it in GitHub Desktop.
Save rhngla/1fa633a3df46e07b26c6db24d9c0a7a6 to your computer and use it in GitHub Desktop.
gif from png stack
sudo apt-get install imagemagick
convert -delay 200 -loop 0 *.png output.gif
#Order of files as specified in file_list.txt
convert -delay 20 @file_list.txt -loop 0 animation.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment