Page 1 of 1

Converting PNG/ JPG/ GIF to ICO with PHP

Posted: 2010-01-30T03:32:20-07:00
by sheep45092
Hello, I've been looking for a way to convert PNG/ JPG/ GIF to ICO with PHP. I'm pretty sure imagemagick can do this but I've not seen the convert function documented in PHP. Am I being blind?

Thanks :)

Re: Converting PNG/ JPG/ GIF to ICO with PHP

Posted: 2010-01-30T11:29:37-07:00
by fmw42
whatever you can do in IM you can likely do in PHP with the exec function

convert image.png image.ico

Probably should post to one of the IM PHP API forums. But a good web site is http://www.rubblewebs.co.uk/index.php