Skip to content

Instantly share code, notes, and snippets.

@beevelop
Last active April 23, 2016 17:01
Show Gist options
  • Save beevelop/88dfe848bf231ddb1af5d51b0656c885 to your computer and use it in GitHub Desktop.
Save beevelop/88dfe848bf231ddb1af5d51b0656c885 to your computer and use it in GitHub Desktop.
SIPS shortcuts
# Convert jpg or jpeg to png
sips -s format png test.jpg --out test.png
# Convert png to icns
sips -s format icns icon.png --out icon.icns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment