Skip to content

Instantly share code, notes, and snippets.

@smison
Created February 15, 2017 13:09
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 smison/4431b414ba816cfb89e17b9ea95a944a to your computer and use it in GitHub Desktop.
Save smison/4431b414ba816cfb89e17b9ea95a944a to your computer and use it in GitHub Desktop.
gifアニメのトリミング
$ convert -crop 360x380+150+10! input.gif outoput.gif
# 横幅x縦幅+横offset+縦offset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment