Ico

From Hackepedia
Revision as of 11:55, 9 October 2007 by Franks (talk | contribs) (New page: To create a Windows icon .ico file, typically seen in the URL bar of your browser, first create an image using the gimp. Save the file as "favicon.pnm" or "favicon.ppm" with raw e...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To create a Windows icon .ico file, typically seen in the URL bar of your browser, first create an image using the gimp. Save the file as "favicon.pnm" or "favicon.ppm" with raw encoding.

Now you will use ppmtowinicon from the netpbm-tools package to convert it:

$ ppmtowinicon -output favicon.ico favicon.pnm

or

$ ppmtowinicon -output favicon.ico favicon.ppm