Skip to content

Instantly share code, notes, and snippets.

@bugcloud
Created March 16, 2015 06:23
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 bugcloud/932d78e45f8873b4a8c7 to your computer and use it in GitHub Desktop.
Save bugcloud/932d78e45f8873b4a8c7 to your computer and use it in GitHub Desktop.
文字を書くアニメーション ref: http://qiita.com/bugcloud/items/8d1e2c473d8b6ec98163
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