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:
http://www.controlstyle.com/articles/programming/text/php-favicon/
Here's a web-based utility that does a great job:
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!