Skip to content

Instantly share code, notes, and snippets.

@joesavage
Created May 1, 2014 16:07
Show Gist options
  • Select an option

  • Save joesavage/052dbe526a2ca869b5a5 to your computer and use it in GitHub Desktop.

Select an option

Save joesavage/052dbe526a2ca869b5a5 to your computer and use it in GitHub Desktop.
Circular 120x120 Images with ImageMagick
for file in `cat filenames.txt`; do convert -size 120x120 xc:none -fill "$file" -draw "circle 60,60 40,10" "$file" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment