Created
July 30, 2012 11:47
-
-
Save dekokun/3206390 to your computer and use it in GitHub Desktop.
コマ毎に表示タイミングが異なるアニメの作成
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# このように、-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