通过php附加gif动画
问题 我希望我的 PHP 脚本能够从所选内容中调用 3 个动画 gif,然后附加它们并输出。
我不是在寻找代码(必然),而是更多地了解在哪里可以找到更多信息。虽然我一直在查看 phpmanual、imagick、各种视频教程和其他内容,但没有真正涵盖...
A) 如果可能的话
,当然我想知道...
B) 如何开始
例如 我的文件中有 10 个卡通.gif(动画)。 php 要求 gif 文件 1、7、10(按该顺序播放)
gif 1 = 人开始过马路
gif 7 = 人险些错过卡车
gif 10 = 人到达另一边
有没有办法我可以创建一个动画?
注意 出于编程代码的目的,我可能会将每个 gif 预设为持续 X 秒。
PROBLEM
I'd like my PHP script to call 3 animated gifs from a selection and then append them and then output.
I'm NOT looking for the code (necessarily) but more of an idea as to where I can find more information. While I've been looking at phpmanual,imagick, various video turorials and other things nothing really covers...
A) If it's possible
and of course I'd like to know...
B) How to start
FOR EXAMPLE
I have on file 10 cartoon.gifs (animated).
The php asks for gif files 1, 7, 10 (to be played in that order)
gif 1 = man starts to cross street
gif 7 = man narrowly misses truck
gif 10 = man reaches other side
Is there a way I can create one animation?
Nota bene
It is possible that i preset each gif to last X seconds for programming code purposes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过此类来做到这一点:
http:// /www.phpclasses.org/package/3163-PHP-Generate-GIF-animations-from-a-set-of-GIF-images.html
You can do this by this class:
http://www.phpclasses.org/package/3163-PHP-Generate-GIF-animations-from-a-set-of-GIF-images.html