Where can I find a good desktop favicon.ico editor? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T04:56:44Zhttp://stackoverflow.com/feeds/question/192537http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor3Where can I find a good desktop favicon.ico editor?Bob Herrmann2008-10-10T18:22:08Z2008-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#1925401Answer by Shawn Miller for Where can I find a good desktop favicon.ico editor?Shawn Miller2008-10-10T18:23:40Z2008-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#1925522Answer by mucit for Where can I find a good desktop favicon.ico editor?mucit2008-10-10T18:26:14Z2008-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#1925572Answer by Joe Lencioni for Where can I find a good desktop favicon.ico editor?Joe Lencioni2008-10-10T18:28:51Z2008-10-10T18:28:51Z<p>If you are not worried about Internet Explorer, you can just use any old PNG file:</p>
<pre><code><link rel="icon" type="image/png" href="/path/image.png" />
</code></pre>
http://stackoverflow.com/questions/192537/where-can-i-find-a-good-desktop-favicon-ico-editor/192563#1925630Answer by Dan Walker for Where can I find a good desktop favicon.ico editor?Dan Walker2008-10-10T18:31:26Z2008-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#1926050Answer by Marcus Downing for Where can I find a good desktop favicon.ico editor?Marcus Downing2008-10-10T18:43:11Z2008-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#1926061Answer by Wyatt for Where can I find a good desktop favicon.ico editor?Wyatt2008-10-10T18:43:48Z2008-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#1926300Answer by Steven A. Lowe for Where can I find a good desktop favicon.ico editor?Steven A. Lowe2008-10-10T18:51:08Z2008-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#1926520Answer by Diones for Where can I find a good desktop favicon.ico editor?Diones2008-10-10T18:57:35Z2008-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#1927940Answer by Peter Olsson for Where can I find a good desktop favicon.ico editor?Peter Olsson2008-10-10T19:44:38Z2008-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#1928020Answer by Peter Olsson for Where can I find a good desktop favicon.ico editor?Peter Olsson2008-10-10T19:46:47Z2008-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>