Skip to content

Instantly share code, notes, and snippets.

@wyozi
Created May 5, 2020 03:04
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 wyozi/18f1d48d09c569bd4786b958d4419324 to your computer and use it in GitHub Desktop.
Save wyozi/18f1d48d09c569bd4786b958d4419324 to your computer and use it in GitHub Desktop.
Imagemagick convert: *.png to gif
# Delay of 200ms per frame; remove transparent background and fill with white; loop
convert -delay 20 -alpha remove -background white *.png -loop 0 navmesh_weights.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment