vote up 6 vote down star

What tool can I use to convert a .ICO file to a .PNG file?

flag

11 Answers

vote up 6 vote down check

You can use IcoFX (free)

It is an all-in-one solution for icon creation, extraction and editing. It is designed to work with Windows XP, Windows Vista and Macintosh icons supporting transparency.

link|flag
vote up 1 vote down

One quick option is to download Paint.net and install the Icon/Cursor plugin. You can then open .ico files with Paint.net, edit them, and save them to .png or another format.

For batch processing, I second the suggestions of ImageMagick or IrFanView.

link|flag
vote up 2 vote down

Google has an ico to png converter, I saw it on reddit the other day.

http://www.google.com/s2/favicons?domain=stackoverflow.com

link|flag
thanks for good link – FDisk Dec 10 at 19:42
vote up 0 vote down

There is an online conversion tool available at http://www.html-kit.com/favicon/. In addition to generating the .ico it will also give you an animated .gif version.

link|flag
vote up 0 vote down

If you'r not looking for something programmatic then just 'Print Screen' and crop.

link|flag
vote up 2 vote down

@icon sushi is very good for working with icons:

Features

  • icon sushi can convert image files into icon files and vice versa.
  • Support for Windows Vista large icons. (convert large image with PNG compression)
  • Support for Windows XP 32bit Icons.
  • Support for Multiple-Icon which contains some icons in a file.
  • Edit Alpha channel and Transparency-Mask.
  • Open 1x1 to 256x256 size of images.
  • Open 1/4/8/24/32bits color images.
  • Open: ICO/BMP/PNG/PSD/EXE/DLL/ICL, Convert into: ICO/BMP/PNG/ICL
  • Copy to / Paste from Clipboard.
link|flag
vote up 1 vote down

This is probably a rather silly answer, but if you only need one icon, you could just take a screenshot of the icon in the folder and chop out the part you want. Make sure the icon is showing the size you want and has a white background, of course.

If you are using a decent screenshot application like SnagIt or WinSnap, a region snap should take care of it within a few seconds.

Note that this won't give you transparency.

link|flag
vote up 4 vote down

I don't know where I would be without IrFanView. Fantastic for batch converting images, including ico to png.

link|flag
vote up 0 vote down

http://converticon.com/ is also a candidate.

link|flag
vote up 4 vote down

ImageMagick can convert practically any widely used image format to another.

http://www.imagemagick.org/script/index.php

see http://www.imagemagick.org/script/convert.php in particular

There are ImageMagick bindigs for most popular languages.

link|flag
vote up 3 vote down

ConvertICO.com has always worked fine for me.

link|flag

Your Answer

Get an OpenID
or

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