Skip to content

Instantly share code, notes, and snippets.

@nikuyoshi
Last active April 24, 2016 16:18
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 nikuyoshi/41b56fde0c637ed04cd72a2d115ba792 to your computer and use it in GitHub Desktop.
Save nikuyoshi/41b56fde0c637ed04cd72a2d115ba792 to your computer and use it in GitHub Desktop.
数枚のjpgからgif画像作成(ImageMagick使用)
convert -delay 20 -loop 0 IMG_*.jpg hoge.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment