0

I have a PNG image that is 1200x1200. How do I resize/convert this for my iOS app for 1x, 2x, and 3x images?

Thanks

rmaddy
  • 314,917
  • 42
  • 532
  • 579
JK140
  • 775
  • 2
  • 10
  • 19

1 Answers1

3

I usually use sketch for resizing image easily.

  1. You need to set width and height to 400
  2. Click on the plus icon on the bottom right corner, It says make exportable.
  3. It'll automatically create the 1x. You can add other size by clicking plus again.
Mert Serin
  • 289
  • 6
  • 20