Ways to export an image to 1x and 2x for retina screen size
Given the original image 1920*1080 pixel, what would be the most convenient/efficient way to export it to 1x and 2x for retina screen size where the sizes are 360*222 for 1x and 720*444 for 2x? The image needs to be cropped first from the original image to the required ratio. Shall I crop it first based on 2x size and then export it to 1x and 2x, or shall I crop it first based on 1x size and then export it to 1x and 2x? Or is there any better or more efficient way to do so? I'm a bit confused here.

- Daniel
