Created
November 25, 2014 05:45
-
-
Save horitaku1124/db43a54c5bb9ba89bd6b to your computer and use it in GitHub Desktop.
キャンバスの大きさを揃える
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
ls *.png | xargs -I FILE convert \ | |
FILE \ | |
-thumbnail '46x32>' \ | |
-gravity northwest \ | |
-extent 46x32 \ | |
s_FILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment