Skip to content

Instantly share code, notes, and snippets.

@vancura
Created March 18, 2012 18:32
Show Gist options
  • Save vancura/2079475 to your computer and use it in GitHub Desktop.
Save vancura/2079475 to your computer and use it in GitHub Desktop.
Revert IPA PNGs
for f in "$@"
do
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -e _fixed.png -revert-iphone-optimizations "$f"
done
@vancura
Copy link
Author

vancura commented Mar 18, 2012

You can use it as a Finder service: http://bit.ly/ypGSKR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment