Skip to content

Instantly share code, notes, and snippets.

@hancush
Created December 15, 2015 21:30
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 hancush/872b5b8203848b6d62d1 to your computer and use it in GitHub Desktop.
Save hancush/872b5b8203848b6d62d1 to your computer and use it in GitHub Desktop.
#!/bin/sh
convert *.png -morph 5 anim.gif
gifsicle -b anim.gif -k 256 -d500 "#0" -d10 "#1-5" -d500 "#6" -d10 "#5" "#4" "#3" "#2" "#1" --loopcount=0
@hancush
Copy link
Author

hancush commented Dec 15, 2015

run in dir containing the two (2) .png image files you want to blend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment