How to view a PNG image optimized for iOS

Source: Internet
Author: User

The iOS application is that Xcode will optimize the PNG file so that the picture preview is not displayed. So how do you look at these optimized files?

The optimized action is done by the Pngcrush tool, and you can find it in Xcode. Pngcrush supports command line option-revert-iphone-optimizations.

This option enables you to undo optimizations that are made during Xcode compilation. So, to see the optimized file, you should first undo the optimization and then use the picture Preview to open it.

The following code is how to use the Pngcrush tool to convert an iOS-optimized PNG image (Local.png) to a standard PNG file (local-standard.png)

$/applications/xcode.app/contents/developer

/platforms/iphoneos.platform/developer/usr/bin/pngcrush

-revert-iphone-optimizations-q Local.png Local-standard.png

If Xcode is not installed in a standard location, you can use Xcode-select to find the location of the tool:

$ "' Xcode-select-print-path '"

/platforms/iphoneos.platform/developer/usr/bin/pngcrush

-revert-iphone-optimizations-q Local.png Local-standard.png

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.