ico Questions

2

Solved

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...
Enameling asked 28/4, 2011 at 2:17

6

I need to set up a favicon for django admin interface. It would be best to do it globally, without overriding templates for all apps. What is the cleanest way to do it? I tried searching Django...
Grane asked 23/1, 2016 at 5:14

9

Solved

I'm new to Python and Django. I'm seeing this error message after I perform runserver, when trying to log in from my landing page, $ python manage.py runserver Running in development mode. Runnin...
Oz asked 21/2, 2012 at 2:37

5

Solved

I've been using ImageMagick, but it produces a very blurry result. convert -density 300 ../images/favicons/procensus.svg -background transparent -colors 256 -define icon:auto-resize favicon2.ico ...
Octal asked 31/8, 2016 at 17:55

3

What is an ideal size for a .ico file, that would sit in the top corner of a window?
Ritter asked 6/10, 2009 at 16:42

5

Solved

I have an Inno Setup project. Everything is fine, but I do not see the application icon in Control Panel -> Programs -> Programs and Features or Settings -> Apps -> Installed Apps. I do...
Fireeater asked 26/12, 2013 at 23:9

5

Solved

Recently i have become interested in creating .ico file or windows icon files in java. This is the current code i use. I have gotten the file format specs from here http://en.wikipedia.org/wiki/ICO...
Presumably asked 29/8, 2013 at 21:44

2

Solved

Most modern browsers support .svg favicons as of Sep 2020. See: https://caniuse.com/link-icon-svg However, in order to support legacy browsers my site serves a .ico favicon in addition to a .svg fa...
Ossy asked 14/9, 2020 at 5:39

3

Solved

I have a lot of .ico formatted pictures, and I want to use them in my Java SE project, but it doesn't know the format. How can I work around this?
Thaddeus asked 9/7, 2012 at 18:13

4

Solved

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 tho...
Boogeyman asked 18/6, 2012 at 20:25

5

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+)...
Giraffe asked 28/12, 2011 at 17:40

2

The title may sound vague, but I want my website icon to show up in WhatsApp when I share it (like the example below). Thought this would suffice, but apparently it doesn't work that way: <l...
Warrington asked 16/11, 2017 at 13:43

9

Solved

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....
Because asked 27/8, 2009 at 22:39

3

My problem is the following, while i can set any icon i like on the executable itself, i cannot change this one I have tried everything but when i select the exe file or when i create a shortcu...
Gehman asked 23/6, 2014 at 10:32

2

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 ...
Leilani asked 26/10, 2012 at 20:52

0

How can I increase my erc20 token price? when I see BNB token from Etherscan, there I can see the price but my token price shows $0. How can i increase price? When in Binacne platform, BNB token B...
Unfasten asked 1/10, 2019 at 8:39

2

The problem (I have my favicon working in Firefox and Chrome already.) In Internet Explorer 11, my version, I can't seem to get the d*ng favicon to work. I have my file stored as .ico, and I have ...
Georgy asked 11/7, 2016 at 23:38

1

So i want a tool that generates a .ico file from a jpg/png. I have generated the jpg from a canvas using this code: var img = c.toDataURL("image/png"); document.write('<img src="'+img+'"/>'...
Lamori asked 17/1, 2018 at 15:36

5

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 I...
Denumerable asked 11/11, 2011 at 17:3

2

Solved

I'm trying to use a single .ico file (with multiple sizes) for both the Application executable and a form inside the application, without including the icon in the executable twice. I noticed this...
Eldoree asked 14/6, 2017 at 19:19

4

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 ...
Yamamoto asked 21/3, 2011 at 2:45

2

Solved

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...
Letitialetizia asked 15/12, 2012 at 11:2

2

Solved

I have a C++ MFC application that has a bunch of dialogs which are defined in an .rc file. I need to add a tile to the application for pinning it to the start menu because the default "tile" that W...
Terylene asked 12/8, 2015 at 15:53

1

Solved

I have created a favicon.ico file that contains three sizes of .png icon sizes, 16px, 32px, and 64px. In my Mac Finder, I have their sizes at 339b, 1kb, and 4kb respectively after optimizing them ...
Elmaelmajian asked 14/7, 2015 at 0:11

1

I have faced next strange behavior in Firefox when use ico file as src in img tag. When It opens in Firefox (latest version), it has 16x16 format despite of the fact that ico original format is 128...
Heave asked 19/6, 2015 at 7:39

© 2022 - 2024 — McMap. All rights reserved.