Application Icon Appearing Small in Xcode Deployment Information

I'm running out of hair to pull. I created two icons:

icon@2x.png (114x114) icon.png (57x57)

For some reason, they seem half-sized. See screenshot:

https://docs.google.com/open?id=0BxSFZAq0OUFGbXFWbWNTVlo3RHc

I am 100% sure that the sizes of the icons correspond to those described. Any ideas why this might happen?

Some side notes that may or may not be relevant: - I'm using PhoneGap + JQueryMobile, not the one that should display - I dragged the link to the two icons to the Resources / icons folder, replacing the original icon.png and icon @ 2x files . png.

+3
source share
5 answers

, png-, , png, , . .

0

. , /. @2x, , 150 / , 300 / , 600 / ( ) . , iPhone. , .

+3

. , Xee (, ) png. gimp, , gimp .

It happened the same way with my default files - the same solution fixed it.

0
source

Changing all the icons to 72dpi from 300dpi solved my problem.

0
source

I had this problem when creating assets with Gimp. To solve this problem, I unchecked the "Save Resolution" checkbox in the export dialog box.

Gimp Export Image Dialog

0
source

All Articles