up vote 4 down vote favorite
1
share [g+] share [fb]

How do i convert a series of pngs of 16,24, 32, 48, 64, 128 to one *.ico file

link|improve this question
not a programming question. – Shivan Raptor Oct 29 '09 at 8:37
feedback

migrated from stackoverflow.com Oct 29 '09 at 21:13

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

4 Answers

You could try IcoFX. It's free and it works great. A few of the many features include:

  • Batch processing for handling multiple files
  • Import image dialog, for creating icons from images
  • Resolutions up to 256x256
  • Data types: 2, 16, 256, True Color, True Color + Alpha
  • Import / export images (transparency also) from bmp, jpg, gif, png, jp2
  • Create icon from an image with a single click

Assuming those images are the same image resized, you could also just import the largest size and use IcoFX to size the original down for the smaller sizes you want to include.

Of course, this won't help you if you're not using Windows.

link|improve this answer
feedback

If you use Paint.NET (freeware by Microsoft), the 2nd generation of mspaint, you can try this plug-in:

http://paintdotnet.forumer.com/viewtopic.php?t=1152

link|improve this answer
Its not batch convert – eyalw Oct 29 '09 at 10:17
2  
Paint.NET, although freeware, is not from Microsoft nor a generation of mspaint. That doesn't take away from its usefulness though. – Matt Hanson Oct 29 '09 at 21:56
feedback

png2ico is a command-line tool to convert PNG files into icons.

link|improve this answer
feedback

http://www.convertico.com/ ???

link|improve this answer
Its not batch convert – eyalw Oct 29 '09 at 10:16
feedback

Your Answer

 
or
required, but never shown

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