Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using .png files instead of using .ico files in windows programs

Tags:

icons

png

hi I have a collection of nice .png files.... meanwhile, I'm developing a win-based software and need some .ico files as icons for toolbar buttons and ....

Is there any way to use .png file as an icon ? or what?

Thank you

like image 331
odiseh Avatar asked Jun 29 '09 04:06

odiseh


People also ask

Can you use PNG as Windows icon?

If you're loading the images from a resource file, then no, you can't use PNGs, you have to use ICOs. Fortunately, there are a number of tools that can convert PNGs into ICOs, including ImageMagick (great for automation), and MSPaint as a lowest common denominator.

What is the difference between PNG and ICO?

An ICO is actually a specialized file format that contains a collection of images at potentially many different sizes and color depths. A png is a specific image.

How do I make a PNG an app icon in Windows 10?

You can convert PNG, JPEG, and JPG files to icons at the Online-Convert website. So, open that website's Online image convert page in a browser. Click Choose files to select the icon PNG you set up in Paint 3D. Press the Start conversion button.


1 Answers

As a workaround you can use IrfanView to convert your *.png file to *.ico file (or any other image to ico) & use it.

http://www.irfanview.com/main_download_engl.htm

like image 195
Ganesh R. Avatar answered Sep 22 '22 09:09

Ganesh R.