Easy favicon creation

In the old days, you could resize favicons just to 16x16 pixel, but todays browsers support up to 64x64 pixel and also the royalty free .png-format!

Easy come:

$ sudo apt-get install imagemagick
$ convert input.png -colors 256 -resize 64x64 favicon.ico

easy go!

NO COMMENT BOX
Right, not here. But it doesn’t mean I’m not interested in your feedback. I just prefer to use more busy services ;-) where a wider discussion could incur. So tweet me @netzfisch or if you find an error, fork my blog, correct the post and send me a pull request via GitHub. Thanks for your efforts.
CHEAT SHEETS
ELSEWHERE