Batch optimization of PNGs for iphone/ipad display as xcode does

后端 未结 7 1011

I\'m working on a magazine viewer for ipad and I\'m struggling with the performance.

I figured out that the most expensive part of displaying the pngs is the loading

相关标签:
7条回答
  • 2021-01-01 03:51

    The best results I know of are achieved with ImageOptim, which I use myself for PNGs that are not deployed via Xcode. It uses pngcrush and some other PNG optimization tools to achieve best compression. As far as I know, it doesn't employ alpha premultiplication and byte swapping though. ImageOptim also has a nice GUI with drag-and-drop support and can crush multiple files simultaneously.

    0 讨论(0)
提交回复
热议问题