If I have an image that at normal resolution (72dpi) is 50x50, and I need to make a 2x resolution image for retina display, do I make it...
- 50x50 at 144 dpi?
- 100x100 at 144 dpi?
- 100x100 at 72 dpi?
I need to appear the same size. In other words, it can't look twice as large on a retina screen. (I'm new to this.)