Questions tagged [ico]

ICO is an image file format (associated with ".ico" file extension) developed by Microsoft and designed for storing icons. It is widely used in Microsoft products, notably in Windows operating systems. From there it spread to other platforms and Internet. Use this tag if your question is related to this specific format. Do not use this tag for general questions about icons or concepts such as "favicon" if you don't plan to use ICO format for them.

Single ICO file can contain many images of different pixel sizes and color depths. The idea behind this is that software can pick most appropriate format without performing internal scaling, which from historical point of view had impact on performance and from the other point of view may give poor results when it comes to appearance. Scaling icon from high to small resolution, like 16x16 pixels, may require artist intervention or specialized software to keep icon sharp and readable.

225 questions
0
votes
4 answers

favicons/icons for popular units/browsers/OS

I've been using an icon generator, to create favicons/icons for various popular units/browsers/OS, for a website The result is:
mowgli
  • 2,796
  • 3
  • 31
  • 68
0
votes
1 answer

batch to attribute ico inside folder as new icon

I have a folder, and inside I have an .ico file that I want to set up as the icon to the main folder. Here's my problem, if I do this manually and input this code [.ShellClassInfo] ConfirmFileOp=0 NoSharing=1 …
0
votes
2 answers

Issue with reduced quality on file after saving/converting from canvas

This is the code I am using. (code is at way bottom of this post but here is link to GitHubGist :: Noitidart / _ff-addon-snippet-browseForBadgeThenCreateSaveAnApply.js) It is copy pastatble to scratchpad (i tried fiddle but it needs privelage…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
0
votes
4 answers

HTML - set favicon

I set an icon like that: and I also tried this:
user2871190
  • 241
  • 2
  • 5
  • 19
0
votes
2 answers

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 only supports PNG, BMP, JPG, TIFF, and GIF. Is there…
username2
  • 3
  • 1
0
votes
1 answer

Extract the Icon in a HTML Web Page into a File (png or ico) to load as aTreeView Icon

The Code below extracts a Png or (ico file commented out) which when displayed by Paint displays a small 16x16 icon as expected BUT this icon file (either the png or ico does not work as a Treeview Icon . Other larger Png/Ico files do however work…
user2840301
  • 67
  • 1
  • 1
  • 7
0
votes
2 answers

Favicon at root of the site but not displaying

I recently put my portfolio online and I can't figure out why the favicon is not showing. I created a file called favicon.ico that is at the root of the website (see here: www.paulinelephew.com/favicon.ico) Here is the code:
user3128954
  • 1
  • 1
  • 3
0
votes
1 answer

Saving internet icon then re-opening causes EOF with image4j

I'm currently working on a project where I'm attempting to download a .ico file, but for some strange reason, I can't seem to open it programmatically once downloaded. I can however, open the image saved using any image editor or viewer. My…
Dylan Katz
  • 194
  • 2
  • 14
0
votes
1 answer

Why is .ico preferred over .png for favicons?

I just noticed that I inadvertently saved my favicon as a png. and nothing bad happened. What is gained by saving as .ico. This is obviously the way it is done ( as I've looked at many favicon links in other web-apps ), but I'm trying to understand…
0
votes
1 answer

I want to display icon of running process with its name when i am displaying the list to running process in C#

Hi I am working on windows form. I am displaying the number of running processes across multiple virtual desktops..It is working fine. no problem in that. Please see the image... Now i want to display the icon of respective process with name. So can…
SK.
  • 4,174
  • 4
  • 30
  • 48
0
votes
1 answer

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?
Ed Beaty
  • 415
  • 1
  • 6
  • 14
0
votes
1 answer

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 good practice since your site can be viewed from the…
user818700
0
votes
1 answer

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 create a Bitmap object based on the icon handle,…
user969245
  • 83
  • 1
  • 1
  • 8
0
votes
1 answer

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 (and in fact they look much brighter). I also tried…
user732274
  • 1,069
  • 1
  • 12
  • 28
0
votes
1 answer

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 step to show the Images on a Website is my…
Fesp
  • 127
  • 1
  • 13
1 2 3
14
15