9
votes
5answers
657 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 PN …
1
vote
3answers
531 views
Add icon to existing EXE file from the command line
Is there a command line tool that can add an icon to an existing executable file? It should be able to set the icon as the file's "main" icon that is shown in Explorer.
I don't ha …
0
votes
1answer
262 views
Windows CE Icon lost when using CAB installer
I have a C# Windows CE 5.0 application. I am using VS2005. My executable shows the correct icon (32x32 8 bit). If I move the .exe file to the CE device using ActiveSync then the ic …
0
votes
1answer
191 views
Question About Icons and GUI For Notepad++ Lovers
In the notepad++ website there's a technique to change the icons with any other "ico" format image. Each icon has it special name in order to be detected by notepad++. For instance …
1
vote
1answer
237 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 …
