Why does XCode convert PNGs to CgBI format?

Posted by Gdeglin on Programmers See other posts from Programmers or by Gdeglin
Published on 2012-10-23T00:04:11Z Indexed on 2012/10/23 5:25 UTC
Read the original article Hit count: 310

Filed under:
|

According to the research done here http://imageoptim.com/tweetbot.html, Xcode's conversion of PNGs to the proprietary Apple CgBI format does not create a noticeable performance improvement. Their claim is that the conversion only reduces PNG loading speed by 1 nanosecond.

If this is true, why does apple bother with the CgBI format at all? Has anyone else benchmarked loading CgBI images vs regular PNG images on iOS devices to see if they perform differently?

© Programmers or respective owner

Related posts about ios

Related posts about xcode