gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

Double image scale #76

Open autowp opened 8 years ago

autowp commented 8 years ago

Example apple 114 execute that:

convert source.png -resize 114x114 -background "#ffffff" -flatten -gravity center -thumbnail "97x97>" -extent 114x114 apple-touch-icon-114x114-precomposed.png

resize 114x114 and thumbnail 97x97 - this makes the image blurry

autowp commented 8 years ago

Hotfix may look like https://github.com/autowp/grunt-favicons/commit/5d04c46bcc4f6d47576d7caa894d15c9b1a79318