The complexity of downloading favicons
simplecto.com
The complexity of downloading favicons
1–10 of 39 posts
Re: The complexity of downloading favicons
#2Re: The complexity of downloading favicons
#3That's so funny, I've never seen one moving. Do browsers just convert the first frame into a static icon on the fly when they're downloaded or have I just never noticed one moving?
Re: The complexity of downloading favicons
#4Re: The complexity of downloading favicons
#5Chromium favicon service for comparison: https://github.com/chromium/chromium/tree/master/components/...
Re: The complexity of downloading favicons
#616: Sometimes it is an animated gif. That's so funny, I've never seen one moving. Do browsers just convert the first frame into a static icon on the fly when they're downloaded or have I just never noticed one moving?
Re: The complexity of downloading favicons
#716: Sometimes it is an animated gif. That's so funny, I've never seen one moving. Do browsers just convert the first frame into a static icon on the fly when they're downloaded or have I just never noticed one moving?
Re: The complexity of downloading favicons
#8EDIT: Found it! https://www.google.com/s2/favicons?domain=
(simply add a domain name after '=' and it will return the website favicon)
Re: The complexity of downloading favicons
#918: sometimes favicons are not square
19: sometimes favicons have transparent pixels (GIF) or an alpha channel (PNG)
Re: The complexity of downloading favicons
#1017: sometimes there are multiple sizes, according to the spec ( https://html.spec.whatwg.org/multipage/links.html#rel-icon ) 18: sometimes favicons are not square 19: sometimes favicons have transparent pixels (GIF) or an alpha channel (PNG)
May I add those with credit to you?