2

I have several animations, each one is about ~50 frames. When I'm adding atlas, it adds 1x only.

So, is there an easy way to batch generate 2x & 3x images, and add them to the project?

I've found the tools for 2x/3x images generation, but it would be really annoying to add every of ~200 frames (summary 400 with all variants) to project manually…

artem
  • 16,382
  • 34
  • 113
  • 189
  • if you make the @2x and @3 images, you can drop them in with the original and it will automatically group it together for you – Knight0fDragon Sep 01 '16 at 19:07
  • In general you want to work from larger size texture downwards (ie. scale down). When scaling a smaller image to a larger image, it will result in blockier looking images. – Mobile Ben Sep 02 '16 at 22:31

1 Answers1

3

You can see the image size of 1X/2X/3X in this URL. https://developer.apple.com/library/ios/qa/qa1686/_index.html

Note: A image (2X or 3X) you want, you can drag a image(1X, 2X or 3X) you want and drop into a suitable place (1X, 2X OR 3X).

I hope that helps.

Michal Šrůtek
  • 1,647
  • 16
  • 17
W.venus
  • 470
  • 2
  • 6
  • 19