ImageMagick is a sweet command line tool for doing a number of different things with images, but yet another cool discovery I found today is you can use it to convert an image to a favicon.ico file for your website. You can even do it using a URL or file.
First you need to install ImageMagick if you don’t already have it (see also dev-env-win):
| |
Then you simply run your command like this for a URL:
| |
Just replace the URL in the above example with a file path if you already have the file local.