Skip to content

Instantly share code, notes, and snippets.

@bbdaniels
Created April 29, 2020 17:17
Show Gist options
  • Select an option

  • Save bbdaniels/01b5950785eeb6d7402006ad623d4b9c to your computer and use it in GitHub Desktop.

Select an option

Save bbdaniels/01b5950785eeb6d7402006ad623d4b9c to your computer and use it in GitHub Desktop.
ImageMagick png to gif
convert -delay 20 -loop 0 *.png output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment