-2

I'm developing an app in which i have to save images in iPhone photo library. When i'm saving image in iPhoto library in app programmatically i want the image to be saved with high resolution with retina display. How can i achieve this?

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636
Nilesh .S. Joshi
  • 567
  • 2
  • 9
  • 26
  • 2
    Create an image with retina resolution and save it. What's the question here? – jimpic Jun 08 '12 at 07:21
  • possible duplicate of [How to save picture to iPhone photo library?](http://stackoverflow.com/questions/178915/how-to-save-picture-to-iphone-photo-library) – Rui Peres Jun 08 '12 at 08:32

1 Answers1

0

Its upto your requirement how you are saving the images in the application. If you are resizing the images while saving them then you can try to save a better version as well so it may work in both resolutions. However, the question is very vague. Please do give some more explanation.

Farrukh Javeid
  • 634
  • 6
  • 25