How to edit and watermark animated gifs, preferably through php?

这一生的挚爱 提交于 2019-12-12 03:43:56

问题


Ive been looking everywhere for something that could manipulate animated gif files, server-side, preferably through php, but simple command line tools that could be executed via exec() would do also. Essentially Im looking to watermark animated gif files, as well as have the ability to cull frames out of animations (every 2nd, 3rd frame to be removed for example).

Anything like that out there?


回答1:


http://www.php.net/manual/en/book.imagick.php

See animated GIF example here: http://valokuva.org/?p=46



来源:https://stackoverflow.com/questions/743267/how-to-edit-and-watermark-animated-gifs-preferably-through-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!