#title Create Favicon Icon for Website on Debian #author Stefan Hornburg (Racke) #topics blog; ImageMagick #date 2008-02-07 #pubdate 2008-02-07T10:09:07+01:00 #lang en First you need to convert the image to PNG format, e.g. with ImageMagick's convert (Debian package imagemagick): convert logo.jpg -resize 32x32 favicon.png In the second step you convert it to a Favicon with icotool (Debian package icoutils): icotool -c -o favicon.ico favicon.png