Skip to content

Instantly share code, notes, and snippets.

@cesare
Last active December 17, 2015 17:48
Show Gist options
  • Save cesare/5648192 to your computer and use it in GitHub Desktop.
Save cesare/5648192 to your computer and use it in GitHub Desktop.
for file in `ls rubyists/*.jpg`
do
bname=`basename $file .jpg`
convert $file -sepia-tone '80%' sepiatones/$bname.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment