Skip to content

Instantly share code, notes, and snippets.

@dekokun
Created July 30, 2012 11:47
Show Gist options
  • Save dekokun/3206390 to your computer and use it in GitHub Desktop.
Save dekokun/3206390 to your computer and use it in GitHub Desktop.
コマ毎に表示タイミングが異なるアニメの作成
# このように、-delayで一コマ一コマdelayを指定していけば可能
convert -loop 0 -delay 30 hoge.gif -delay 40 fuga.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment