Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Correct Apple Watch icon sizes and resolution?

The Apple docs are a little confusing, but what I can tell from Xcode warnings, the correct Apple Watch icon sizes are the following:

  1. 24pt = 48x48px
  2. 27.5pt = 55x55px
  3. 29pt@2x = 58x58px
  4. 29pt@3x = 87x87px
  5. 40pt@2x = 80x80px
  6. 44pt = 88x88px
  7. 86pt = 172x172px
  8. 98pt = 196x196px

I have a large 1024px version of my icon and want to generate the above sizes, but what is the dpi to use (Pixelmator defaults to 72dpi which seems to be optimized for web only). Is it ok to do it this way?

enter image description here

like image 903
TruMan1 Avatar asked Apr 11 '15 22:04

TruMan1


1 Answers

I usually work with 72dpi to submit app icons. It won't make any warning. You don't need Pixelmator. You can use Preview to do that and even change the dpi (Tools ==> Adjust Size... and change the dpi to whatever you like).

The sizes are correct, however it is better to remove alpha channels.

like image 64
Seyyed Parsa Neshaei Avatar answered Sep 20 '22 00:09

Seyyed Parsa Neshaei