Skip to content

Instantly share code, notes, and snippets.

@abenrob
Forked from baoilleach/morphimages.txt
Created June 29, 2018 10:10
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 abenrob/d18bb499625be4af082d808ee88d41b1 to your computer and use it in GitHub Desktop.
Save abenrob/d18bb499625be4af082d808ee88d41b1 to your computer and use it in GitHub Desktop.
Create an animated gif to morph between images using ImageMagick
convert CID10033747.png CID9919714.png CID10033747.png -loop 0 -morph 9 -gravity South -annotate 1x1 "%t" -set delay "%[fx:(t%10!=0 || t==n-1)?10:240]" morph.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment