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
Converting PNG/ JPG/ GIF to ICO with PHP
- 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
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
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