0

I want to resize an image to a particular width and height without losing its image quality in iphone.

Priyanka V
  • 834
  • 2
  • 12
  • 34

1 Answers1

0

Resize the frame of the image view that contains the image. The image won't change, but it will get smaller. This way you can use the same image for older iPhone screens and Retina Display screens.

If you want to resize the image (so that it takes up less storage space) you'll always lose quality.

nevan king
  • 112,709
  • 45
  • 203
  • 241