Understanding misaligned images in Instruments

I attended the Berlin Tech Talk conference on november 2. The last talk was given by Michael Jurewitz and was titled Your iOS App Performance Hitlist. This talk was excellent, the best in my opinion (But that’s because I love talking about performances), and it was focused on using Instruments.
Continue reading

[iOS 5] Bug fix for CGImageSourceCreateIncremental

In a previous post I showed how to create a progressive image download using ImageIO.framework available since iOS 4. In that post I said that there was a problem concerning the progressive display of non-PNG images because they were malformed. Fortunately the fix was easy and consisted to simply render the partial image in a bitmap context and get it back, but well, it consumes CPU for nothin’.
Continue reading