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
2 answers

favicon in html head not appearing correctly

I have a favicon in the head of all the pages on my site. However it is not appearing on any of the pages in the main directory of my site. I have two versions of my site one for testing and one that is live for the public. In my root directory, all…
Paddy Hallihan
  • 1,624
  • 3
  • 27
  • 76
0
votes
2 answers

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 ... Question is: it is possible in this specific…
Kristian
  • 1,751
  • 2
  • 12
  • 9
0
votes
2 answers

how to check how many token been sold for my Smart contract

I want to create a smart contract and launch it for ICO. I also create a website where people can buy my token. I want know how to check how many token been sold (live)? so i can create a live bar counter to show how many percentages of the token…
0
votes
1 answer

Is it possible to pay ICO consultants in the ICO's new currency?

I am working as a consultant on a new ETH based ICO campaign. The arrangement is that they will pay me with their new tokens they are issuing through their ICO. The problem is, as far as I know, tokens are automatically paid through a smart…
Zak
  • 11
  • 4
0
votes
1 answer

How to add participants to a whitelist during ICO period

Most crowdsales now require users to verify their ETH address before purchasing tokens, to do this they require the user to sign up and perform KYC via their website. The back-end then adds this address to a whitelist which then allows this…
0
votes
1 answer

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 = new WebClient(); client.OpenReadCompleted += (s, e)…
Marcelo de Aguiar
  • 1,432
  • 12
  • 31
0
votes
1 answer

how to give back each customer a self-defined amount of ether after ICO ends in smart contract?

I want to modify smart contract template, add a function such that it will sends back certain amount of ether after crowdsale ends. The problem is, I don't quite understand how smart contract works, do they constantly get called even after ICO ends?…
dome some
  • 479
  • 7
  • 22
0
votes
1 answer

how to modify smart contract template for self defined functionality

I have looked at several smart contract template and go through several tutorials. But none of them go through details of those code line by line. I want to add a function that give back dividends of company profit to customers, where should I add…
dome some
  • 479
  • 7
  • 22
0
votes
1 answer

What's wrong with the way I read image data from ICO files?

I am currently trying to write my own implementation of an ICO file reader. And yes, I do know that it is possible using already existing libraries, this is not an option though. Essentially, I got my reader to work up until the point of image data…
Jan Schultke
  • 17,446
  • 6
  • 47
  • 96
0
votes
1 answer

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 browser and get the same result however amazingly…
james
  • 7
  • 2
  • 5
0
votes
0 answers

Use biggest icon in the .ico file in a pictureBox

I have a windows form and I have an .ico file that contains the icon in 3 format: 16x16, 32x32, 48x48. I want to show this icon on a form in a pictureBox. (Yes, in the form, not as the form or application icon!). But when I select the icon to be the…
user2448122
  • 195
  • 12
0
votes
1 answer

What is wrong with this .ico file that has a .png image inside it?

I based the file on https://en.wikipedia.org/wiki/ICO_(file_format) and https://www.w3.org/TR/PNG/. I will translate the .ico file from how it looks in my hex editor into some kind of pseudo-binary (the order of the bytes are as written…
Emil
  • 177
  • 1
  • 10
0
votes
3 answers

How to detect if a file is a favicon in PHP?

I need to check if an uploaded file is a favicon type and I need do it in a secure way. If I upload a favicon file through an input file and print the $_FILES variable, I can see that the variable has the following type value:…
Kevin Gravell
  • 499
  • 2
  • 7
  • 20
0
votes
0 answers

fav icon not showing in chrome browser

my website showing fav icon in Firefox but not showing up in chrome browser, in chrome browser the index page is showing but the other pages not showing up , please help me to fix this. my website : http://www.tempfisher.com/ other page where fav…
Saravanan Kasi
  • 676
  • 6
  • 21
0
votes
1 answer

Visual studio - Make your program have big icon on desktop when installed

So I know this title sounds weird , but hear me out! So... I have set the icon for my app. It was a really big (like 128x128) icon. But when I release it and install it it only has a small icon. https://i.stack.imgur.com/Diy7x.jpg - my ico But I…
user6356761