views:

39

answers:

1

Ive created a 64x64 favicon for a site im making and its displaying fine. But then in Google Chrome when i press "Create Application Shortcut" it resizes the favicon down to [what looks like] 16x16 for the desktop/taskbar icon it makes. This looks really silly - so how do I make Chrome not resize it, and end up with a nice clear, non blurry icon?

+1  A: 

You can't make an application not resize a 64x64 image when it's displaying it in a 16x16 space.

Are you using a real favicon.ico, or a different image format? ICO files can contain different images with different sizes and colour depths in the same file. Add a 16x16 that looks clear rather than blurry, and add it to the ICO file.

Jon Hanna
You misunderstand my question. Im not talking about where it displays it in the top left, im talking about when it creates a desktop/taskbar icon which is easily 64x64 is size(windows 7), it still resizes it down to 16x16 and then stretches that up.Im using a 64x64 png
Matt
Again, using an ICO will solve that, as ICO is the format used in this case, but it's having to do it's own (apparenly quite poor, from what you say) PNG2ICO conversion. Use an icon instead of a image, and you're sorted.
Jon Hanna