Last Updated: February 25, 2016
·
1.136K
· rstacruz

Easy retina favicons

So you heard about Retina favicons, yes? Make them with ImageMagick. Get a favicon32.png file, and:

$ convert favicon32.png -resize 16x16 favicon16.png
$ convert favicon32.png favicon16.png favicon.ico

Make sure you have ImageMagick installed. (brew install imagemagick or sudo apt-get install imagemagick)