View the pictures in the app pack below iOS

Source: Internet
Author: User

When we get some iOS app packs, we find that the PNG images inside are not visible using the system preview. Since the PNG image is automatically optimized when Xcode builds the application package, and the optimized picture cannot be viewed directly using preview, this optimization tool is pngcrush. It also provides the ability to restore, making the picture visible again.

The batch processing scripts are as follows:

#/bin/shfilelist= ' Find $1-name ' *.png ' #echo ' $filelist ' echo ' $filelist ' |while read Filedoecho $file/applications/ Xcode.app/contents/developer/platforms/iphoneos.platform/developer/usr/bin/pngcrush- Revert-iphone-optimizations-q $file $file. PNGRM $filemv $file. png $filedone

Then execute the script: Use the command

SH  script Name

  

This way, when the script is finished, you can see the picture inside.

View the pictures in the app pack below iOS

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.