Tagged Questions
The ico tag has no wiki summary.
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.
7
votes
2answers
249 views
Images are not sharp in selected TabItem
I have a TabControl. The header of each TabItem contains a StackPanel with an icon and a Label.
<TabControl>
<TabItem>
<TabItem.Header>
<StackPanel ...
7
votes
1answer
2k views
Spring mvc:resource not finding *.ico files
I have had a really hard time getting my Spring 3.0 application to recognize favicon.ico type files as a resource. I have defined my resource directory in my spring-context.xml file as follows:
...
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
306 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
906 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 ...
4
votes
3answers
6k 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 have Visual Studio and ...
3
votes
1answer
105 views
BITMAPINFOHEADER biHeight is twice what I expect
I'm writing an application in C to parse Windows Icon files (ICO).
When I read in the BITMAPINFOHEADER struct for an existing icon entry, all of the variables within the struct contain values that ...
2
votes
1answer
78 views
How to set window's icon in Perl to some .ico file on Windows 7?
I was using TK::Icon with Perl 5.8.3 32bit, but it's not supported with Perl 5.10.1 64bit. When I try to install it through ppm, I get:
C:>ppm install http://www.bribes.org/perl/ppm/Tk-Icon.ppd
...
2
votes
1answer
70 views
How do I get a favicon to display with out a server?
I am doing client side testing for my web application using IE only, there is no server - so I can test my CSS/XHTML/Javascript.
When I add the line
<link rel="icon" href="favicon1.ico"/>
or
...
2
votes
3answers
202 views
How to generate an ICO file from an SVG using maven?
In my project I need an icon file (.ICO) for the Windows executable. I'd like to generate that file from an SVG, so it contains several images for different sizes. Is there a maven plugin that can do ...
2
votes
2answers
245 views
Make several PNGs into one ICO file
With Windows ICO files, you can pack several different sized images into the same ICO file - Windows then picks different sizes based on what it needs. (see here for info about icon sizes)
There are ...
1
vote
2answers
51 views
Replacing icon in Windows *.exe from open-source platform-independent Java code
First of all, this is not a duplicate of the very common question of making an EXE from Java classes. I do not need to do that.
To solve NetBeans RFE #64612 without manual steps I need a Java (6+) ...
1
vote
2answers
60 views
Why doesn't this code get the icon image on the title bar of webpage
I created the following css file :
@charset "utf-8";
/* CSS Document */
link {
icon:url(logo_2.png);
}
Then in my html file i imported this css file as:
<style="text/css">
@import ...
1
vote
1answer
53 views
How can I extract a BMP from an ICO file?
I'm doing some work where I'm programmatically downloading icons from sites specified in an OpenSearch document and I need to extract the first image (for now) if it is in ICO format. I'm able to ...
1
vote
2answers
283 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 ...
1
vote
1answer
122 views
How can I tell my Winforms application to use the same icon for all forms?
I have a nice icon and I want to use it on all of the forms in my application. How can I do this?
1
vote
0answers
162 views
Adding ICO file to Win32 program
So added a resource.rc and a resource.h file to my project.
resource.rc has #include "resource.h" IDI_MYICON ICON "my_icon.ico"
and resource.h has #define IDI_MYICON 201
wincl.hIcon = LoadIcon ...
1
vote
2answers
584 views
Why isn't my favicon appearing in IE7/8?
Page of interest: https://www.gsb-yourbank.com/test/
ICO file: https://www.gsb-yourbank.com/test/favicon.ico
My favicon is a 16x16 resolution, 16-color ICO file. It will not appear in IE 7/8 no ...
0
votes
1answer
48 views
PHP image conversion JPG/GIF/PNG to BMP / ICO
I am wondering how do you convert JPG,GIF and PNG images into real .ICO's. I say this because lots of scripts out there just rename the file which does nothing to change the binary structure of the ...
0
votes
1answer
126 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
44 views
.ico and transparency [closed]
I've been trying to make an icon that has transparency. I've tried Axialis but the documentation is crummy and the ui is somewhat inscrutable. Everytime I think I've figured out how to set ...
0
votes
2answers
211 views
ASP.NET C# - get image from QueryString and save it to server as .ico
I'm newbie in asp.net so I need some help how to solve this.
Basically idea is:
get image from QueryString, for example: /Default.aspx?src=http://www.google.hr/images/logo.png
convert it and resize ...
0
votes
1answer
97 views
PHP GD - creating favicon.ico for InternetExplorer
I have a very simple PHP script which creates "favicon.ico" form jpg/gif/png uploaded file.
Here is a part of function:
$file = 'cache/'.$e .'/'. basename($_FILES['uploadfile']['name']);
if ...
0
votes
1answer
36 views
Is there a way to use Mac icns file in Windows expression blend projects
I have a set of icns files that I'd like to use is some cross platform UI can I use these icns files without converting them to png or ico?
0
votes
1answer
85 views
.ico not dislayed in IE? is there any way i can show ico file in IE?
Code:
<img src="../images/icons2/check.ico" alt=""/>
ico file is not diaplayed in IE.
is there any way i can show ico file in IE
0
votes
0answers
116 views
ico cookie compliance and IIS session ID cookies
I several classic ASP websites that use session state for maintaining login state and user preferences. The code doesnt read or write to any cookies, it just uses "session" variables which rely on ...
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
0answers
32 views
Pairing ico files with file extentions in regestry keys
The steps I have made so far are to create a new key in my HKEY_CLASSES_ROOT as I figure this is where all the other extensions live name the key after my extension .AP then add a new binary, edit the ...
0
votes
1answer
234 views
imagick convert to ico fails for some files
here I have to cache about 2000 favicon.ico files for performance enhancements. I grab the files and try to shrink them via IMagick (v.6.6.0) and PHP 5.3.5
The PHP code for this is
try {
$image = new ...
0
votes
1answer
27 views
Creating a file type with new icon
I have a text based file i have given an extension named .val i have also changed its icon by selecting Computer>Open tools>Open folder options>
however though this changes the icon for the extension ...
0
votes
1answer
263 views
Loading an .ico from web and convert to BitmapSource
Im trying to load a file of type .ICO from web and use it as an image in my windows phone. But I get an error when trying to set the source of the BitmapImage. Here is my code:
WebClient client = ...
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 ...
0
votes
1answer
405 views
Making a .ico file using gd and php
Does anyone know how to make a .ico file that will work in Intenet explorer?
I can't seem to get anywhere
here is my gd code
$im = imagecreatefromjpeg(FAVICONDIR.'normal/'.$filename );
...
0
votes
3answers
242 views
How to detect if *.ico file is a valid icon in PHP
I would like to test if *.ico images are valid icons in PHP. I tried to use getimagesize function but it doesn't support ICO files.
0
votes
4answers
3k views
HowTo set Icon to Qt Application, created with Qt Visual Studio Add-in?
Here is what I have:
Visual Studio 2008 (on 32-bit Windows XP)
Qt libraries 4.6.2 for Windows (VS 2008, 194 MB)
Visual Studio Add-in (44 MB)
After I installed all the software, I created simple Qt ...
0
votes
2answers
493 views
How do i display favicon.ico on blackberry devices?
I want to display the favicon.ico from websites on my blackberry application. I would normally use the EncodedImage class to convert the byte[] into a recognizable image file. However EncodedImage ...
0
votes
1answer
895 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, the new file icon ...
0
votes
1answer
806 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 icon is still ...
-1
votes
2answers
258 views
How to set up icon for a program?
How can i set up icon for my existing program.exe and icon.ico ( in the same folder ) using some sort of hidden (settings) file ?
Edit: i am aware of py2exe CustomIcon option, also about WinRar Sfx ...