views:

34

answers:

0

From: JPG, To: ICO;

/usr/bin/convert -resize x16 -gravity center -crop 16x16+0+0 /chris/images/sites
/favicons/temp/1278346974.jpg -transparent white -colors 256 /chris/images/sites
/favicons/custom/favicon.ico 

(Added line breaks for readability --Pekka)

This is the output for the command line.

From: GIF's, PNG To: ICO;

/usr/bin/convert -resize x16 -gravity center -crop 16x16+0+0 /chris/images/sites
/favicons/temp/1278346974.jpg -flatten -colors 256 /chris/images/sites/favicons/
custom/favicon.ico 

(Added line breaks for readability --Pekka)

This is the output for the command line, also i am having issues with transparency. I can't seem to get the right code for it, i have tried -channel alpha -negate, etc

This creates an image and when i apply to the site, it works with Firefox but none of the other browsers. IE, Chrome, Opera and Safari all hate it for some reason, it is a simple favicon.ico file. My conclusion is it must be my code somewhere is breaking. Please help?