Forum Moderators: coopster

Message Too Old, No Replies

Convert ICO (favicons) to PNG or GIF?

Is there a script to convert ICO images to PNG or GIF?

         

pcdivenii

1:18 am on Sep 15, 2007 (gmt 0)

10+ Year Member



I'm looking for a PHP script (or anything server-side) that can convert ICO images (favicons) to either PNG or GIF.

I tried this PHP class, but it tends to generate a lot of noise in PNGs for some favicons:

<snip>

Here's a web-based utility that does a great job:

<snip>

I tried contacting the author about their solution, but no response yet.

Anyone know of a script that converts ICO to PNG or GIF?

Thanks for your help!

[edited by: dreamcatcher at 6:31 am (utc) on Sep. 15, 2007]
[edit reason] no urls as per T.O.S [webmasterworld.com].Thanks [/edit]

vincevincevince

2:01 am on Sep 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ImageMagick support this and can be integrated on the server-side with ease. Many tutorials going for using ImageMagick with PHP.

pcdivenii

9:21 pm on Sep 15, 2007 (gmt 0)

10+ Year Member



Thanks, I'll check it out later today!