Create Favicon from Image File
return to DevLinuxIn 3 Easy Steps:
- Install xpm2wico and gimp:
sudo apt-get install xpm2wicoetc. - Using gimp scale to 16x16px image and save in xpm (X PixMap) format
- Run xmp2wico from command line:
xpm2wico favicon.xpm favicon.ico
Finally, to dispaly on site, add the following tag to head:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
[There are no comments on this page]