Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Windos
win32.3rdparty
win32.directx.audio
win32.directx.ddk
win32.directx.graphics
win32.directx.input
win32.directx.managed
win32.directx.misc
win32.directx.networking
win32.directx.sdk
win32.directx.video
win32.dirx.grap.shaders
win32.gdi
win32.international
win32.kernel
win32.messaging
win32.mmedia
win32.networks
win32.ole
win32.rtc
win32.tapi
win32.tapi.beta
win32.tools
win32.ui
win32.wince
win32.wmi
windows.mediacenter
winfx.aero
winfx.announcements
winfx.avalon
winfx.collaboration
winfx.fundamentals
winfx.general
winfx.indigo
winfx.sdk
winfx.winfs
  
 
date: Tue, 20 May 2008 08:42:50 -0700,    group: microsoft.public.win32.programmer.tools        back       


PNG-to-ICO converter recommendation?   
I need a good PNG-to-ICO image converter.  By "good" I mean that it can 
convert multiple PNG images of various sizes into a single .ico file 
while preserving 24-bit color.  (This is to produce an application's 
icon that should have multiple sizes and just just a "favicon" for a web 
site.)

All the PNG-to-ICO converters I've tried so far either only convert a 
single PNG to a single .ico file or reduce to 256 colors.

Command-line is best, freeware is always nice, but a reasonably-priced 
(<$50) GUI app would be OK.

Thanks in advance.

- Paul
date: Tue, 20 May 2008 08:42:50 -0700   author:   Paul J. Lucas

RE: PNG-to-ICO converter recommendation?   
The GIMP can save as ICO files, but it will require some manual labor.

If you are looking to drop some cash, Axialis IconWorkshop is a great 
product, and only $49.95 (5 cents under budget!) It can automatically resize 
the source image into all the various formats you want, and you can apply 
smoothing/sharpening filters before resizing too. Not only that, it supports 
the Vista PNG-compressed ICOs too. And of course, you can manually import 
files for specific sizes if you desire to do so as well. There is a free 
trial so you can see if it meets your needs. I tried various icon apps, free 
and trial, but Axialis was by far worth the money if you are planning to do 
any significant work with icons. It even comes with a nice basic library of 
images you can compose together for quick modifications of icons (or add some 
parts to there yourself -- for example, adding a star to the icon can be only 
a few clicks away).

-- 
Adzm


"Paul J. Lucas" wrote:

> I need a good PNG-to-ICO image converter.  By "good" I mean that it can 
> convert multiple PNG images of various sizes into a single .ico file 
> while preserving 24-bit color.  (This is to produce an application's 
> icon that should have multiple sizes and just just a "favicon" for a web 
> site.)
> 
> All the PNG-to-ICO converters I've tried so far either only convert a 
> single PNG to a single .ico file or reduce to 256 colors.
> 
> Command-line is best, freeware is always nice, but a reasonably-priced 
> (<$50) GUI app would be OK.
> 
> Thanks in advance.
> 
> - Paul
>
date: Mon, 9 Jun 2008 06:57:00 -0700   author:   Adzm

RE: PNG-to-ICO converter recommendation?   
Hi,

there is a free online converter  to convert png to ico.

http://www.convertico.com

if you want free tool for the same, check out.

http://www.vistaico.com/software/AveIconifier2.exe

Online converter should be fine. Beware while downloading the .exe. As I did 
not check it personally, scan it for viruses. 

But I did check the online tool. Works reasonably.


"Paul J. Lucas" wrote:

> I need a good PNG-to-ICO image converter.  By "good" I mean that it can 
> convert multiple PNG images of various sizes into a single .ico file 
> while preserving 24-bit color.  (This is to produce an application's 
> icon that should have multiple sizes and just just a "favicon" for a web 
> site.)
> 
> All the PNG-to-ICO converters I've tried so far either only convert a 
> single PNG to a single .ico file or reduce to 256 colors.
> 
> Command-line is best, freeware is always nice, but a reasonably-priced 
> (<$50) GUI app would be OK.
> 
> Thanks in advance.
> 
> - Paul
>
date: Fri, 4 Jul 2008 10:35:02 -0700   author:   Pradeep

Re: PNG-to-ICO converter recommendation?   
Pradeep wrote:

> there is a free online converter  to convert png to ico.
> 
> http://www.convertico.com

This doesn't do what I said, specifically, it doesn't do multiple PNG to a 
single ICO.

- Paul
date: Wed, 09 Jul 2008 21:58:55 -0700   author:   Paul J. Lucas

Re: PNG-to-ICO converter recommendation?   
> This doesn't do what I said, specifically, it doesn't do multiple PNG to a 
> single ICO.

The format is trivial:
http://msdn.microsoft.com/en-us/magazine/cc546571.aspx


-- 
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
date: Wed, 09 Jul 2008 23:31:37 -0700   author:   Mihai N.

Re: PNG-to-ICO converter recommendation?   
Mihai N. wrote:
>> This doesn't do what I said, specifically, it doesn't do multiple PNG to a 
>> single ICO.
> 
> The format is trivial:
> http://msdn.microsoft.com/en-us/magazine/cc546571.aspx

I never said it wasn't, but that doesn't mean I'm interested in taking my time 
to write and debug a program to do it when there exist perfectly good programs 
to do it.  It would cost my company more time to pay me that to buy a ready-made 
program.

- Paul
date: Thu, 10 Jul 2008 09:46:58 -0700   author:   Paul J. Lucas

Re: PNG-to-ICO converter recommendation?   
Paul J. Lucas wrote:
> Mihai N. wrote:
>>> This doesn't do what I said, specifically, it doesn't do multiple PNG 
>>> to a single ICO.
>>
>> The format is trivial:
>> http://msdn.microsoft.com/en-us/magazine/cc546571.aspx
> 
> I never said it wasn't, but that doesn't mean I'm interested in taking 
> my time to write and debug a program to do it when there exist perfectly 
> good programs to do it.  It would cost my company more time to pay me 
> that to buy a ready-made program.

Copy-paste from MSDN samples, it's done in 2 hours..
date: Thu, 10 Jul 2008 20:56:15 +0200   author:   Lexus

Re: PNG-to-ICO converter recommendation?   
Lexus wrote:
> Paul J. Lucas wrote:
>> Mihai N. wrote:
>>>> This doesn't do what I said, specifically, it doesn't do multiple 
>>>> PNG to a single ICO.
>>>
>>> The format is trivial:
>>> http://msdn.microsoft.com/en-us/magazine/cc546571.aspx
>>
>> I never said it wasn't, but that doesn't mean I'm interested in taking 
>> my time to write and debug a program to do it when there exist 
>> perfectly good programs to do it.  It would cost my company more time 
>> to pay me that to buy a ready-made program.
> 
> Copy-paste from MSDN samples, it's done in 2 hours..

Purchasing off a web site takes 3 minutes.  Look: if you can't or won't answer 
my question, then just remain silent.

- Paul
date: Thu, 10 Jul 2008 13:47:46 -0700   author:   Paul J. Lucas

Re: PNG-to-ICO converter recommendation?   
> Purchasing off a web site takes 3 minutes.

You bought nothing in 3 minutes, but you
wasted 3 days on this newsgoup.


> Look: if you can't or won't answer 
> my question, then just remain silent.

"Just answer exactly to what I ask or shut up" is the
mark of someone who cannot recognize a solution, and
this tone is something you can use with your kids
(although this attitude might damage them long term)

In general I assume that people asking a
question have a problem they want to solve.
If the solution solved the problem fast and
cheap (free), that should be enough.
You don't like it, learn to use Google.


-- 
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
date: Thu, 10 Jul 2008 22:12:34 -0700   author:   Mihai N.

Re: PNG-to-ICO converter recommendation?   
Mihai N. wrote:
>> Purchasing off a web site takes 3 minutes.
> 
> You bought nothing in 3 minutes, but you
> wasted 3 days on this newsgoup.

I didn't sit here idle for 3 days.  I used my time for other things.  (Duh.)

> In general I assume that people asking a
> question have a problem they want to solve.

My problem was precisely as I stated it: I wanted either a free of inexpensive 
application to convert multiple PNGs to a single ICO.  I don't know how I could 
have been any more precise.  I am not interested in the answer to any other 
question.

> If the solution solved the problem fast and
> cheap (free), that should be enough.

Please don't assume anything other than the poster knows how to ask a precise 
question.  Personally, I only ever answer the question somebody asks.  If it 
doesn't answer their question, they're free to clarify their original question 
or ask a follow-up question.  It's a waste of everybody's time to try to figure 
out what somebody meant and answer questions you think they asked.

- Paul
date: Mon, 14 Jul 2008 10:19:26 -0700   author:   Paul J. Lucas

RE: PNG-to-ICO converter recommendation?   
I tried the second link (http://www.vistaico.com/software/AveIconifier2.exe) 
and my antivirus went crazy.  I don't recommend anyone using it, at least 
from vistaico.com.

"Pradeep" wrote:

> Hi,
> 
> there is a free online converter  to convert png to ico.
> 
> http://www.convertico.com
> 
> if you want free tool for the same, check out.
> 
> http://www.vistaico.com/software/AveIconifier2.exe
> 
> Online converter should be fine. Beware while downloading the .exe. As I did 
> not check it personally, scan it for viruses. 
> 
> But I did check the online tool. Works reasonably.
> 
> 
> "Paul J. Lucas" wrote:
> 
> > I need a good PNG-to-ICO image converter.  By "good" I mean that it can 
> > convert multiple PNG images of various sizes into a single .ico file 
> > while preserving 24-bit color.  (This is to produce an application's 
> > icon that should have multiple sizes and just just a "favicon" for a web 
> > site.)
> > 
> > All the PNG-to-ICO converters I've tried so far either only convert a 
> > single PNG to a single .ico file or reduce to 256 colors.
> > 
> > Command-line is best, freeware is always nice, but a reasonably-priced 
> > (<$50) GUI app would be OK.
> > 
> > Thanks in advance.
> > 
> > - Paul
> >
date: Wed, 3 Sep 2008 09:39:01 -0700   author:   tmboyd3114

RE: PNG-to-ICO converter recommendation?   
> I tried the second link 
(http://www.vistaico.com/software/AveIconifier2.exe) 
> and my antivirus went crazy.  I don't recommend anyone using it, at least 
> from vistaico.com.

Axialis has a free lite version of their IconWorkshop for VS2008 users:
   http://www.axialis.com/download/iwlite.html


-- 
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
date: Thu, 04 Sep 2008 21:05:02 -0700   author:   Mihai N.

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us