Skip to content

Instantly share code, notes, and snippets.

@jpstacey
Created August 6, 2013 10:47
Show Gist options
  • Save jpstacey/6163510 to your computer and use it in GitHub Desktop.
Save jpstacey/6163510 to your computer and use it in GitHub Desktop.
Adding country flags to the corner of a generic icon
# Country flags on icons
for i in uk us au; do composite -geometry wxh+top+left $i.png original-icon.png icon-$i.png; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment