Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Created November 25, 2014 05:45
Show Gist options
  • Save horitaku1124/db43a54c5bb9ba89bd6b to your computer and use it in GitHub Desktop.
Save horitaku1124/db43a54c5bb9ba89bd6b to your computer and use it in GitHub Desktop.
キャンバスの大きさを揃える
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