Skip to content

Instantly share code, notes, and snippets.

@mybeky
Created April 18, 2012 08:27
Show Gist options
  • Save mybeky/2412052 to your computer and use it in GitHub Desktop.
Save mybeky/2412052 to your computer and use it in GitHub Desktop.
Restore iOS optimized PNG file.
# Create symbolic link first.
# ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush ~/bin/
# or
# ln -s /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush ~/bin/
# for old version Xcode.
find . -depth 1 -name '*.png' -exec pngcrush -revert-iphone-optimizations {} {}-o.png \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment