up vote 5 down vote favorite
share [g+] share [fb]

What is a simple easy to use desktop program for creating and editing favicon.ico files? I already have used http://favicon.cc 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)

link|improve this question

feedback

11 Answers

up vote 0 down vote accepted

Use a good general image editor, and then save it in a variety of formats. You can save;

  • PNG for good browsers. Link it from the top of the HTML file, the way Joe said
  • ICO for Internet Explorer, in the root called favicon.ico
  • Make an iPhone icon by saving a 57x57px PNG in the root, and calling it apple-touch-icon.png

There are lots of tools for converting normal image formats into ICO

link|improve this answer
feedback

If you have Photoshop, I like the free ICO plugin

link|improve this answer
feedback

Try Iconworkshop: http://www.axialis.com/iconworkshop/

link|improve this answer
feedback

If you are not worried about Internet Explorer, you can just use any old PNG file:

<link rel="icon" type="image/png" href="/path/image.png" />
link|improve this answer
feedback

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.

link|improve this answer
feedback

IcoFX is a good option if you want something free.

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.)

link|improve this answer
feedback

the full icon format actually can include multiple resolutions so the machine can choose which one to use; i like Easy Icon Maker; the 15-day trial is fully functional and very easy to use

link|improve this answer
feedback

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).

link|improve this answer
feedback

After evaluating different Windows icon editors a few months ago we are now using AWicons Pro

link|improve this answer
feedback

MS Paint can create ico files! Just cose the file type as 24 bitmap or 256 bitmap and then type .ico instead of .bmp after the name of your choosing. You find the Blog post where I found it here: http://www.bridgetonova.com/2007/10/paint-can-create-ico-files.html

link|improve this answer
I suspect that's not true. I suspect that's actually a bitmap file, which happens to have a .ico extension. It's not a real .ico file. – TRiG Nov 24 '11 at 11:18
feedback

The PNG to ICO convertor should work as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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