I've seen other questions asking about the maximum image size that can be loading into a view, but I'm asking how big an image can the iphone compose and save to photo gallery? I've tried a couple of pic frame apps and the biggest I've made on an iphone 4 is 2400x2400.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Starting from iOS 4.0 you can use ALAssetsLibrary class to write images to standard iOS image library. According documentation there are no words about any limitations to image size. Probably it depends on RAM memory usage which is required to handle as large image as possible. This post can be useful as well Memory limit and iOS memory allocation in iphone SDK? |
|||
|
|