I want to convert .PNG files to .ICO files. I want to do it locally with out any internet dependency (so I can\'t use online tools like converttoico.com etc).
I foun
ImageMagick is the most awesome CLI image manipulation utility ever made:
convert image.png image.ico
It's that easy, and it works with virtually every format you throw at it.
Also, it has APIs for a quite a few different languages (C#, if I remember correctly).