Skip to content

Instantly share code, notes, and snippets.

@ritesh
Created June 17, 2019 13:42
Show Gist options
  • Save ritesh/8208c26b6e1731ee6778f2ace01d36f8 to your computer and use it in GitHub Desktop.
Save ritesh/8208c26b6e1731ee6778f2ace01d36f8 to your computer and use it in GitHub Desktop.
Quick animation
# Use imagemagick convert for this
# Flop flips an image around the X axis (i.e. mirror image)
convert -flop yourimage.png yourimageflop.png
# Make it loopy
convert -loop 0 -delay 100 yourimage.png yourimageflop.png out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment