Skip to content

Instantly share code, notes, and snippets.

@brianegge
Forked from jessedc/iOS Icon.png bash script
Created February 27, 2011 03:58
Show Gist options
  • Save brianegge/845891 to your computer and use it in GitHub Desktop.
Save brianegge/845891 to your computer and use it in GitHub Desktop.
#!/bin/bash
sips -s format png --resampleWidth 512 "$1" --out iTunesArtwork
sips -s format png --resampleWidth 57 "$1" --out Icon.png
sips -s format png --resampleWidth 114 "$1" --out [email protected]
sips -s format png --resampleWidth 29 "$1" --out Icon-Small.png
sips -s format png --resampleWidth 58 "$1" --out [email protected]
sips -s format png --resampleWidth 50 "$1" --out Icon-Small-50.png
sips -s format png --resampleWidth 72 "$1" --out Icon-72.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment