Questions tagged [image-archive]

2 questions
1
vote
1 answer

image archive VS image strip

i've noticed that plenty of games / applications (very common on mobile builds) pack numerous images into an image strip. I figured that the advantages in this are making the program more tidy (file system - wise) and reducing (un)installation…
DevA
0
votes
1 answer

Access all the photos of user album in iphone using application

I am working on one application in which i need to show slide show of the user selected photo album, UIImagePickerController only returns the selected image. I want all previous and next images of the selected image, is it possible with…