Are there any good tools for converting .png or .psd or .jpg or .gif into .ico files? A free tool would be a feather in the cap.

link|improve this question
What operating system? – squircle May 31 '10 at 0:13
feedback

migrated from stackoverflow.com May 30 '10 at 22:23

This question came from our site for professional and enthusiast programmers.

5 Answers

ImageMagick should do it: use the convert tool that comes with it: convert -resize 32x32 logo.png logo.ico

link|improve this answer
feedback

If you want a (free) Windows GUI tool, IrfanView is one of my favorites.

link|improve this answer
IrfanView [irfanview.com/] has batch processing, so you can convert a batch of images to ico. – gimel Oct 10 '08 at 13:10
feedback

http://www.convertico.com/ - upload a PNG and get the ico outputted straight away.

link|improve this answer
feedback

I found Niall's png2ico very easy to use. It supports multiple resolutions in one ICO file and full alpha channel. It's free and for windows.

link|improve this answer
feedback

A stand-alone freeware is available at http://www.winterdrache.de/freeware/png2ico/

A GUI version at http://www.furred.net/produkte/png2ico.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.