blob: bfd76ba5a30d1c95fb257b60cd9c8fd1f780f753 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PNG2ico converts PNG files to Windows icon resource files. If you're
looking for a program to create a favicon.ico for your website, look
no further.
The program is extremely simple to use. To create a favicon.ico that
contains a logo in the resolutions 16x16 and 32x32 (an icon can contain
multiple images of different sizes, but a single 16x16 image is enough
for a favicon), you would use a command like the following:
png2ico favicon.ico logo16x16.png logo32x32.png
|