What tool can I use to convert a .ICO file to a .PNG file?
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.
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.
@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.
If you'r not looking for something programmatic then just 'Print Screen' and crop.
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.
Google has an ico to png converter, I saw it on reddit the other day.
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.
XnView is a great graphics utility for Windows/Mac/Linux (free) (download page) that will let you browse images, batch convert, transform, resize, rotate, take screenshots etc.
It can do your XYZ
to ICO
conversion where XYZ is almost any format under the sun.
Thanks, but justly I search something programmatic. No software or online tool because I want to include a script on my website. It contains some pictures, and in one click I want to purpose ICO download for my users.
Check out http://iconverticons.com/ - iConvert allows you to easily convert Windows ico to Mac OS X icns, SVG to Windows icons, PNG ico to Mac OS X ico, JPG images to Windows icons, and much more.