Skip to content

Instantly share code, notes, and snippets.

@atnan
Created January 21, 2009 00:54
Show Gist options
  • Save atnan/49779 to your computer and use it in GitHub Desktop.
Save atnan/49779 to your computer and use it in GitHub Desktop.
sips -s format png /Developer/Applications/Xcode.app/Contents/Resources/appicon.icns --out /tmp/xcode.png
convert -resize 128x128 /tmp/xcode.png /tmp/xcode_small.png
composite -gravity SouthEast /tmp/xcode_small.png /tmp/xcode.png /tmp/xcode_composite.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment