Converting PNG/ JPG/ GIF to ICO with PHP

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
sheep45092

Converting PNG/ JPG/ GIF to ICO with PHP

Post 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 :)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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
Post Reply