Created
May 5, 2020 03:04
-
-
Save wyozi/18f1d48d09c569bd4786b958d4419324 to your computer and use it in GitHub Desktop.
Imagemagick convert: *.png to gif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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