Created
September 17, 2012 18:26
-
-
Save carlosmcevilly/3738912 to your computer and use it in GitHub Desktop.
how to revert the iOS optimization of a png file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -revert-iphone-optimizations -q otimized.png reverted.png | |
# or if Xcode is in a non-standard path: | |
"`xcode-select -print-path`"/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -revert-iphone-optimizations -q otimized.png reverted.png | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment