How does the default Camera iPhone app manages to save a photo so fast?

Posted by worriorbg on Stack Overflow See other posts from Stack Overflow or by worriorbg
Published on 2009-10-19T07:35:17Z Indexed on 2010/05/11 4:14 UTC
Read the original article Hit count: 170

Filed under:
|
|
|
|

Hello everyone. So far I've managed to create an app for iPhone that takes multiple images with about a 3 second interval between each. I`m processing each image in a separate thread asynchronously and everything is great till it gets to the moment for saving the image on the iPhone disk. Then it takes about 12 seconds to save the image to the disk using JPEG representation.

How does Apple do it, how do they manage to save a single image so fast to the disk is there a trick they are using? I saw that the animations distract the user for a while, but still the time needed is below 12 seconds!

Thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about camera