registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Add/optimize icons #85

Open mhulse opened 11 years ago

mhulse commented 11 years ago

See here.

He's got the full list in the head. I'd like to crib from those lines of code. :)

Sizes

psullivan6 commented 11 years ago

Quick Apple icon generator PSD <-- this is in the rg Dropbox here: Dropbox\rg\files\App Icon Template [2.0]

mhulse commented 11 years ago

Looks cool! This was the template I was using:

https://github.com/registerguard/bulldog/blob/master/build/files/icon/apple-touch-icon.psd

I've already accounted for:

<!-- Use when not on registerguard.com: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://registerguard.com/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://registerguard.com/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://registerguard.com/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://registerguard.com/apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" href="http://registerguard.com/favicon.ico">
<meta name="msapplication-TileImage" content="http://registerguard.com/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#ffffff">

<!-- Use photo if one exists, otherwise use this as a default: -->
<link rel="image_src" href="http://registerguard.com/apple-touch-icon-144x144-precomposed.png">

I'll take a closer look at your PSD! :+1:

psullivan6 commented 11 years ago

I've already accounted for:

I just added all the necessary sizes to the first comment as checkboxes (some sizes are repeated with the code, but not on this list. ex: Windows phone and apple touch are both 144)

mhulse commented 11 years ago

Sick! So, if we update your PSD with the RG black/white style, it should generate all those sizes with one action? Let's do it!!! :)

Once setup, I'd like to add that PSD to the Bulldog repo.

psullivan6 commented 11 years ago

Sick! So, if we update your PSD with the RG black/white style, it should generate all those sizes with one action? Let's do it!!! :)

Can't take all the credit. I got it from: Pixel Resort

Also, not "all," just the icon sizes. Need to do the app screen 320, 640s, and 1024s with something else