"ICO" is short for icon, it can contain multiple icons that can later have diverse uses.
-3
votes
0answers
30 views
How Do I Create a Icon with Multiple Sizes/Images? c# [closed]
I have a program in c# which create 2 icons with different size, and I would like to know how to create one icon file which contain the two images.
1
vote
1answer
26 views
wand python multi-size icon
i'm trying to use Wand to create a multi-size ico, but i don't find anything talking about that, only normal conversion, to ico... i've found "Sequences":
...
0
votes
0answers
16 views
How can I change the taskbar ico
In windows7 the ico of an application program will be shown in taskbar when my application program is opened, how should i replace this ico dynamically in my code.Thanks all.
1
vote
2answers
97 views
Why is my WebMatrix project still using the old favicon.ico file?
The default favicon.ico that gets included in a WebMatrix product is added in _SiteLayout.cshtml like so:
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
That icon does ...
0
votes
1answer
109 views
Icon (.ico) to XAML Path Geometry?
I have an existing Windows icon (.ico) file, that I would like to use in a WPF application. Are there any good tools for converting an .ico icon to an XAML Path Geometry?
0
votes
0answers
32 views
How is the best way to do icons?
How will the best icon setup look like? Someting like this or what?
or what will be the best for me if my target is to optimiz it to every browser and device :)
<link rel="icon" type="image/png" ...
1
vote
1answer
121 views
Mac alias icon changing to default “ico” icon
In an attempt to change the icon of an alias I have copied a PNG image in photoshop (128x128, 64x64, and 32x32). Clicked the alais then "Get Info", selected the icon in the upper left corner and hit ...
0
votes
1answer
105 views
Favicon link does download instead of show
I have a favicon on my page, and when i go to the link for the favicon: mypage/favicon.ico
It starts download, instead of just showing it as an online image (as every other site).
I've searched ...
0
votes
1answer
210 views
Multiple favicons sizes that cater for different devices/browsers
I was wondering how one can have multiple sizes of a favicon and have the correct size be served to the respective browser/device that is viewing the site.
I've read that having multiple sizes is ...
1
vote
0answers
43 views
How to get path to .ico file from .lnk [duplicate]
Possible Duplicate:
Extract Icon from Windows .lnk (shortcut) file
For example, I have a Shortcut (.LNK) file that has C:\Foo\bar.ico as it's icon. How can I get the path of the icon ...
1
vote
1answer
116 views
How to add second icon in Inno Setup
I'm trying to add second .ico file to use it as icon for files, associated with my application.
Piece of code:
[Registry]
Root: HKCR; Subkey: ".tc65"; ValueType: string; ValueName: ""; ValueData: ...
2
votes
1answer
272 views
.ico icons not showing up on Windows
I followed the The Qt Resource System guide and the .ico icons appear on Linux.
The icons are not showing up on Windows when I try to run the applicaton from Qt Creator.
I suspect a plugin issue ...
0
votes
1answer
205 views
Write an ICO file to disk having the icon's handle
Let's just say that is have a handle to an icon image in C#. Is there a way, to save the contents as a valid ICO file on disk? I have tried everything but no luck.
The first solution i thought was to ...
1
vote
0answers
24 views
Is there a actionscript3 lib to create *.ico file
Now, i need to create a .ico file in my actionscript project. But I can not find a lib.
Here is ICODecoder (actionscript lib) for reading ico file and get the bitmap data.
But what i really need is ...
0
votes
1answer
279 views
Display an .ico within an image element <img>
I'm trying to display an .ico within an image element <img> but in Internet Explorer it does not work/show. This is my code:
<img src="images.ico" >
Does anybody how to make it show up ...
2
votes
4answers
255 views
Ico won't display on tabs
Using converticon.com, I converted my icon png file into an ico file. I placed the following code in my head tags:
<link rel="shortcut icon" href="icons/icon.ico">
I double checked and the ...
0
votes
0answers
31 views
Python library to generate icns/ico files? [duplicate]
Possible Duplicate:
Is there a Python library for generating .ico files?
Looking to create an ICNS or ICO files from a set of PNG files.
Is there an existing Python lib available?
Thanks
0
votes
2answers
271 views
Can an .ICO file be used as an image in a button?
Can an .ICO file be used as an image for a Winforms button?
2
votes
2answers
1k views
Ico format - 32bit PNG vs 32bit BMP vs 24bit BMP
I'm releasing a .NET program, and am in the polishing up stage. I need to set the icon in the project properties. From my research, I would like to create images in the following pixel sizes to cater ...
1
vote
1answer
812 views
how to read an ico format picture in java?
I have a lot of .ico format picture, and I want to use them in my Java SE project, but it doesn't know the format. Any idea? Thx!
6
votes
1answer
1k views
How to get favicon.ico from a website using Java?
So I'm making an application to store shortcuts to all the user's favorite applications, acting kind of like a hub. I can have support for actual files and I have a .lnk parser for shortcuts. I ...
0
votes
1answer
90 views
CGImage APIs and ICO files
I'm experiencing something that seems like a bug: if I create ICO files using the CGImage APIs I get the first rep (256px) with a color profile, while all the other reps don't have a color profile ...
0
votes
1answer
158 views
PHP Ico-Image stored in Database not shown in Browser
i want to read .ico-Images from a Website, store the Information to the Database and show the Images later on a global Website.
I have managed to save the images in a string into the Database. The ...
1
vote
2answers
56 views
Ico looking distorted when not highlighted
I created an Ico that has multiple sizes in it, among which is the 48 x 48. I noticed that when the icon is not highlighted, it looks distroted and nothing like I designed it, but when I highlight it ...
0
votes
1answer
187 views
Multiple images in ICO
I created an ICO file with 2 images in it, one 32*32 and one 16*16 in order to let the application pick one for the process window and one for the taskbar. However all it does is simple use the image ...
0
votes
1answer
397 views
How to convert ico to png in memory ?
I'm doing ico converter to png online. Example : user key in http://www.google.com.my/favicon.ico. I will able to convert .ico into png and send back the image. I'm using nodejs as server to convert ...
0
votes
1answer
292 views
vbs script that cycles .ico files
What iam trying to figure out is how to have a vbs script cycle through different .ico files while still on the desktop. almost like a slide show of the different .ico files. is it possible?
here is ...
5
votes
2answers
407 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+) ...
0
votes
1answer
432 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 ...
1
vote
1answer
1k 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. ...
1
vote
2answers
573 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
2answers
1k 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 ...
1
vote
1answer
243 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 ...
0
votes
2answers
699 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 ...
1
vote
1answer
589 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 ...
2
votes
1answer
252 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
...
0
votes
1answer
154 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?
2
votes
1answer
259 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
...
1
vote
1answer
979 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
26
votes
2answers
16k 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 ...
0
votes
0answers
311 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 ...
4
votes
1answer
199 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 ...
0
votes
2answers
361 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 ...
7
votes
2answers
706 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 ...
6
votes
3answers
597 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 ...
10
votes
1answer
5k 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:
...
2
votes
4answers
659 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 ...
0
votes
1answer
406 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
94 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
2answers
846 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 ...

