Convert png file to ico with PHP

后端 未结 6 1877
忘掉有多难
忘掉有多难 2020-12-09 21:37

I would like to create a PHP script that convert a png file to an ico file. Is it possible to do it just with PHP ? How ?

Thanks !!!

6条回答
  •  执笔经年
    2020-12-09 21:56

    This seems to suggest Imagick can do this.

    Otherwise, you could do the conversion on the server using an external tool and server the .ico file. Tools to achieve this have been analyzed in Stack Overflow before (well, doing the opposite transformation, but I bet most of that software can do what you need).

提交回复
热议问题