Created
February 15, 2017 13:09
-
-
Save smison/4431b414ba816cfb89e17b9ea95a944a to your computer and use it in GitHub Desktop.
gifアニメのトリミング
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
$ 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