Tagged Questions
47
votes
8answers
33k views
favicon.png vs favicon.ico - why should I use PNG's instead of ICO's?
Other than the fact that PNG is a more common image format, is there any technical reason to favor favicon.png vs. favicon.ico?
I'm supporting modern browsers which all support PNG favorite icons.
5
votes
2answers
254 views
Problem with ICO to PNG PHP library
Context: Favicons
I am writing a WordPress plugin to download favicons and also convert them to png :
http://plugins.trac.wordpress.org/browser/wp-favicons/trunk ( GPL2)
Icon Lib
I needed to ...
4
votes
1answer
311 views
Favicon: .ico or .png / correct tags?
In a HTML5 document, which favicon format do you recommend and why? I want it to be supported by IE7 and all the modern browsers.
Also, when using .png, do I need to specify the type ...
4
votes
1answer
912 views
how to determine the transparent color index of ICO image with PIL?
Specifically, this is from an .ico file, so there is no "transparent" "info" attribute like you would get in a gif. The below example illustrates converting Yahoo!'s favicon to a png using the ...
1
vote
2answers
285 views
How to convert an .ICO to .PNG with Python?
I'm trying to convert a batch of .ICO images over to .PNG images in Python. I have quite a few images to go through so I'd like to find a programmatic solution. I've tried using PIL but I can't seem ...
0
votes
1answer
128 views
Google Maps V3 Custom Markers Not Displaying In IE
I was about to post this, then I figured it out. But I'll post it anyway for anyone else who needs it. The lesson learned is to use .ico files for custom marker images if you want them to work in IE. ...
0
votes
2answers
133 views
HTML PNG as ICO without conversion
I want to use a png as an ico in html, how could I go by doing this? I can you can use a png by some code such as:
<link rel="ico" type="png/ico" href="link"/>
What is the correct way to use ...
0
votes
1answer
137 views
Firefox 3.5 - 3.6 Favicon Generated on PNG format TEST
I have done a favicon.ico for a quick client request, redone my cache but in my firefox it seems to show a blank favicon in the navbar, not sure if its my machine or not as tried on a offline native ...
0
votes
3answers
119 views
Does anyone have a .ico with an image in PNG format?
Windows supports icons in PNG format since Vista. You supposedly have the same format as a .ico file, but the image itself is a PNG, no BITMAPINFOHEADER.
Anyone has such an icon or a piece of ...