Where can I find a good desktop favicon.ico editor? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T04:56:44Z http://stackoverflow.com/feeds/question/192537 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor 3 Where can I find a good desktop favicon.ico editor? Bob Herrmann 2008-10-10T18:22:08Z 2008-10-10T19:46:47Z <p>What is a simple easy to use desktop program for creating and editing favicon.ico files? I already have used <a href="http://favicon.cc" rel="nofollow">http://favicon.cc</a> which is a great site, but are there any better desktop tools designed for this? (Ideally ones that run under Ubuntu and aren't as complex as Gimp)</p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192540#192540 1 Answer by Shawn Miller for Where can I find a good desktop favicon.ico editor? Shawn Miller 2008-10-10T18:23:40Z 2008-10-10T18:23:40Z <p>If you have Photoshop, I like the <a href="http://www.telegraphics.com.au/sw/info/icoformat.html" rel="nofollow">free ICO plugin</a></p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192552#192552 2 Answer by mucit for Where can I find a good desktop favicon.ico editor? mucit 2008-10-10T18:26:14Z 2008-10-10T18:26:14Z <p>Try Iconworkshop: <a href="http://www.axialis.com/iconworkshop/" rel="nofollow">http://www.axialis.com/iconworkshop/</a></p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192557#192557 2 Answer by Joe Lencioni for Where can I find a good desktop favicon.ico editor? Joe Lencioni 2008-10-10T18:28:51Z 2008-10-10T18:28:51Z <p>If you are not worried about Internet Explorer, you can just use any old PNG file:</p> <pre><code>&lt;link rel="icon" type="image/png" href="/path/image.png" /&gt; </code></pre> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192563#192563 0 Answer by Dan Walker for Where can I find a good desktop favicon.ico editor? Dan Walker 2008-10-10T18:31:26Z 2008-10-10T18:31:26Z <p><a href="http://icofx.ro/" rel="nofollow">IcoFX</a> is a good option if you want something free.</p> <p>EDIT: I see you want Linux editors. You might also have a look at KIconEdit or BabyGimp. (I believe both of those are available in the Ubuntu repos.)</p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192605#192605 0 Answer by Marcus Downing for Where can I find a good desktop favicon.ico editor? Marcus Downing 2008-10-10T18:43:11Z 2008-10-10T18:43:11Z <p>Use a good general image editor, and then save it in a variety of formats. You can save;</p> <ul> <li>PNG for good browsers. Link it from the top of the HTML file, the way Joe said</li> <li>ICO for Internet Explorer, in the root called <code>favicon.ico</code></li> <li>Make an iPhone icon by saving a 57x57px PNG in the root, and calling it <code>apple-touch-icon.png</code></li> </ul> <p>There are lots of tools for converting normal image formats into ICO</p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192606#192606 1 Answer by Wyatt for Where can I find a good desktop favicon.ico editor? Wyatt 2008-10-10T18:43:48Z 2008-10-10T18:43:48Z <p>One thing you could do is make the icon in whatever program you like, save it to a .png, open it in gimp and then simply re-save in an .ico.</p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192630#192630 0 Answer by Steven A. Lowe for Where can I find a good desktop favicon.ico editor? Steven A. Lowe 2008-10-10T18:51:08Z 2008-10-10T18:51:08Z <p>the full icon format actually can include multiple resolutions so the machine can choose which one to use; i like <a href="http://icon-maker.com" rel="nofollow">Easy Icon Maker</a>; the 15-day trial is fully functional and very easy to use</p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192652#192652 0 Answer by Diones for Where can I find a good desktop favicon.ico editor? Diones 2008-10-10T18:57:35Z 2008-10-10T18:57:35Z <p>On windows I use Visual Studio built-in editor, I have heard that you could make an Icon with bmp image by setting the right sizes(although it never really worked with me).</p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192794#192794 0 Answer by Peter Olsson for Where can I find a good desktop favicon.ico editor? Peter Olsson 2008-10-10T19:44:38Z 2008-10-10T19:44:38Z <p>After evaluating different Windows icon editors a few months ago we are now using <a href="http://www.awicons.com/iconeditor/" rel="nofollow">AWicons Pro</a></p> http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192802#192802 0 Answer by Peter Olsson for Where can I find a good desktop favicon.ico editor? Peter Olsson 2008-10-10T19:46:47Z 2008-10-10T19:46:47Z <p>The PNG to ICO convertor in <a href="http://stackoverflow.com/questions/191096/png-converter#191101">this post</a> should work as well.</p>