Re: how convert cur images to image? Programming Software Development by pritaeas Not easy, but [here](https://github.com/thetrik/VbPng)'s a lot of information. Basically, it's an [ICO file](https://docs.fileformat.com/image/cur/). Re: how convert cur images to image? Programming Software Development by Reverend Jim … [ffmpeg](https://ffmpeg.org/) (free) and do ffmpeg -i myfile.ico myfile.jpg (or whatever format you want) ffmpeg can also… .ico compiler Community Center by Racoon200 This may sound too lazy but...can somebody do an icon compiling console...for example You place icons you made in a folder named: 64x64.ico 48x48.ico 32x32.ico 16x16.ico then you run the console and you get icon.ico (with all the icons packed in it) If you are as lazy as me to do it yourself, then i would like some help to do it myself Re: .ico compiler Community Center by Ancient Dragon …. Just changing the extension from zip to ico will do nothing -- programs that expect ico files will not be able to read… do you want to combine a bunch of ico files into one big ico file anyway? after compiling a *.cpp file that… contains ms-windows resource file(s) the ico files are not used any more because the compiler will… Re: .ico compiler Community Center by Racoon200 …(s) [/code] but it really is [code]icobundl -o outputfile.ico inputfile.ico inputfile.ico (...)[/code] Re: .ico compiler Community Center by Racoon200 No i mean, have you tested them compiling icons? I tried changing the .zip extension for .ico, but it didn't work, that's why I'm doubty Re: .ico compiler Community Center by Racoon200 … a single icon, so that the icon embeded in the .ico is the one that looks better with the requested icon… Convert an image to *.ico format Programming Software Development by ayoub …like gif, jpg, bmp,... to an image *.ico,i have used this first part of source …;a.jpg"); Jimi.putImage(img,"a.ico"); [/code] but i have got this Exception… "Cannot find encoder for a.ico" when i executed my program, after that…="a.jpg"; String s="a.ico"; Image img=Jimi.getImage(str); File f… How can I extract multiple sized images from an .ICO embedded on a .resources file? Programming Software Development by Francine Taylor … I need to be able to extract the ico from the .resource file in such a way …like to have a wrapper class around the .ico object which allows selection of the image of … that I can use with a standalone .ico file (multi.ico), but my company system has a lot… attached) and extract the 16x16 version of multi.ico (for id purposes it is a blue number … TaskBar Icon - Only .ico? Programming Software Development by Stefano Mtangoo … task bar Icons. For one I use .ico file and another .png file. The .ico one works but not the .png file… Icon for the program icon = wx.Icon("./icons/app.ico", wx.BITMAP_TYPE_ICO) self.SetIcon(icon) [/CODE] This failed [CODE… Problem with favicon.ico Digital Media UI / UX Design by SimonIoa Hello i have done a favicon.ico to put in the address bar. Although is shows locally (…: <link href='<?php echo $base_url; ?>icons/favicon.ico' rel='icon' type='image/x-icon' /> <link href…='<?php echo $base_url; ?>icons/favicon.ico' rel='shortcut icon' type='image/x-icon' /> Re: Problem with favicon.ico Digital Media UI / UX Design by SimonIoa its not that. The name used to be logo.ico. When i use yourdomain.com/logo.ico the icon appears as icon but not in the address bar as wanted. If i change the name to favicon the icon doesnt appear either on the yourdomain.com/favicon.ico or the address. It says that it is corrupt Re: Problem with favicon.ico Digital Media UI / UX Design by matrixdevuk Maybe your .ico file is corrupt. Go to `yourdomain.com/favicon.ico` and then see what shows up. favicon.ico was not found Programming Web Development by slacke … source. The apache logs that favicon.ico was not found. I searched what is favicon.ico for. It is a small icon… Re: TaskBar Icon - Only .ico? Programming Software Development by bumsfeld You can use 32x32 Windows .bmp file instead of .ico file. Parameter is Invalid exception retrieving favicon.ico Programming Software Development by DdoubleD My effort to retrieve favicon.ico sometimes fails even though it is found. It fails when …. When I save the stream to a file (SaveStreamAsIconFile) as *.ico, it appears to be a valid icon (explorer displays it… Icon.ico 3.00 format Programming Software Development by pspwxp fan K. I've put up with this issue for long enough and have decided to solve it once and for all. Halp? For those who dont know what i'm talking about, its the damned VC++ error "Resource file *.ico is not in valid 3.00 format" ^^headache. Googling doesn't help. I made the icon in Paint.NET and saved it as .ico. Re: Problem with favicon.ico Digital Media UI / UX Design by matrixdevuk In *HTML5*, you don't need `type=""`. Also, it's recommended to put your favicon in your base directory (`/`) as browsers automatically call at `/favicon.ico` — so that might save some headaches. Best of luck. Re: Problem with favicon.ico Digital Media UI / UX Design by diafol <link rel="icon" href="favicon.ico"> Should work. Have you cleared the cache on your browser? Re: favicon.ico was not found Programming Web Development by sDJh favicon.ico is not neccessary. The PHP-logs don't show an error but a warning. If you want to add you own icon, you just have to place it in you root-dir. Re: Icon.ico 3.00 format Programming Software Development by Ancient Dragon …, not a third party software :)[/QUOTE] you can not create *.ico with c++. You need some sort of graphics editor to… Re: Icon.ico 3.00 format Programming Software Development by PavelPetrov … Gif Movie Gear, the tool we use to create the .ico files, offers a direct import of Photoshop files." So… Re: Icon.ico 3.00 format Programming Software Development by pspwxp fan … Gif Movie Gear, the tool we use to create the .ico files, offers a direct import of Photoshop files." So… Open Source or Free Icon software to make ico Files Community Center by woocha Hey guys, I am looking for open source or at least free software that can be used to make icons. I want to be able to take a photoshoped jpg file and turn it into an ico file. I want at least the few basic standard options. Does anyone have any ideas about the best free or hopefully open source icon software. Thanks Re: Open Source or Free Icon software to make ico Files Community Center by ShawnCplus The GIMP can do this pretty well. Though I usually just make my own in GIMP, I've never tried to convert jpg over. You could try to just open it with GIMP then do a save as... then use .ico, it should bring up a dialog asking which type of icon to use. Favicon.ico and webresource.axd Showing up in reports Digital Media Digital Marketing Search Engine Strategies by rrocket I am pretty sure the favicon.ico is coming up with someone bookmarks our site, but I … Re: Open Source or Free Icon software to make ico Files Community Center by svalen …/?aff=susana_v"]here[/URL]. It lets you create the ico in a combined version (the one that lets you have… favicon.ico is showing up as a soft 404 Digital Media Digital Marketing Search Engine Strategies by Dani www.domain.com/favicon.ico is showing up as a Soft 404 in my GSC Coverage report. I can't imagine blocking it with robots.txt because it seems as if bots might want to access it from time to time. Suggestions? Or should I just ignore? Re: favicon.ico is showing up as a soft 404 Digital Media Digital Marketing Search Engine Strategies by odeskavita … my clients told me that my website is showing favicon.ico as a soft 404. To get rid of this situation… Re: favicon.ico is showing up as a soft 404 Digital Media Digital Marketing Search Engine Strategies by Dani … search results. However, my issue is related to a favicon.ico file, not a page. The content type for the image…