Skip to content

Instantly share code, notes, and snippets.

@yohfee
Created January 8, 2011 14:05
Show Gist options
  • Save yohfee/770865 to your computer and use it in GitHub Desktop.
Save yohfee/770865 to your computer and use it in GitHub Desktop.
convert.sh
for jpeg in `find . -name "*.JPG"`
do
convert -geometry 28.4090909% $jpeg ${jpeg%.*}.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment