Thread Favicon für neues Board: Hab mal was probiert (15 answers)
Opened by [E|B] at 2004-06-08 18:59

ptk
 2004-06-11 17:07
#39848 #39848
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Unter Unix kann man netpbm in der Kommandozeile verwenden. Zum Beispiel:
Code: (dl )
ppmtowinicon -andppms -output favicon.ico bild.ppm mask.ppm

wobei bild.ppm das eigentliche Bild ist und mask.ppm die Maske fuer die Transparenz ist.

Man muss aber nicht unbedingt ein .ico nehmen, ein .gif geht (wenigstens mit Mozilla) auch:
[html]<link type="image/gif" rel="shortcut icon" href="http://host/some.gif">
[/html]

View full thread Favicon für neues Board: Hab mal was probiert