Created
March 16, 2015 06:23
-
-
Save bugcloud/932d78e45f8873b4a8c7 to your computer and use it in GitHub Desktop.
文字を書くアニメーション ref: http://qiita.com/bugcloud/items/8d1e2c473d8b6ec98163
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
ruby -e 'command="convert +append"; Dir.glob("*.png").reverse.each do |f| command<<" #{f}" end; system "#{command} out.png"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment