如何查看經過iOS最佳化的PNG圖片

來源:互聯網
上載者:User

  iOS應用是,xcode會對PNG檔案進行最佳化,這樣圖片預覽就無法顯示。那麼如何查看這些經過最佳化的檔案呢?

  最佳化的動作是由pngcrush 工具完成的,你可以再xcode中找到。pngcrush 支援命令列選項-revert-iphone-optimizations。

  這個選項可以支援撤銷在xcode編譯過程中進行的最佳化。所以,想要查看經過最佳化的檔案,你應該先撤銷最佳化,然後使用圖片預覽開啟。

  下面的代碼是如何使用pngcrush工具將經過ios最佳化的png圖片(local.png)轉換為一個標準的png檔案(local-standard.png)

  $ /Applications/Xcode.app/Contents/Developer

  /Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush

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

  如果xcode並不是安裝在標準的位置,你可以使用xcode-select尋找到工具的位置:

  $ "`xcode-select -print-path`"

  /Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush

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

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.