Skip to content

Instantly share code, notes, and snippets.

@inaniwa3
Created March 15, 2020 04:44
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 inaniwa3/c9979aa0039fd2265a06fc43738a2ae6 to your computer and use it in GitHub Desktop.
Save inaniwa3/c9979aa0039fd2265a06fc43738a2ae6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# ref: http://www.awful.at/visual/index_motion.html
convert -type GrayScale -negate 0.png 2.png
convert -type GrayScale -negate 1.png 3.png
convert -loop 0 -delay 16 +repage *.png fukutome.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment