Skip to content

Instantly share code, notes, and snippets.

@talison
Created September 17, 2010 06:49
Show Gist options
  • Select an option

  • Save talison/583829 to your computer and use it in GitHub Desktop.

Select an option

Save talison/583829 to your computer and use it in GitHub Desktop.
# Convert images to fixed size, while centering
for pic in * ; do convert $pic -background none -gravity center -extent 35x35 $pic ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment