动画 gif 预加载器生成器
如何从 PHP 模板创建动画彩色 gif?例如,当我访问 preloaders.net 时,我选择一些模板,然后可以更改它的前景色。如何正确更改 gif 中的颜色?
How can I to create animated colorized gifs from templates in PHP? For example, when I go to preloaders.net, I choose some template and then can change it foreground color. How can I to correctly change colors in gif?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是否真的有必要使用 GIF 预加载图形?如果没有,您可以尝试更现代的方法。此外,更可配置:
Is it really necessary for to have GIF preloader graphics? If not, you could try a more contemporary approach. Also, much more configurable:
为什么不使用CanvasLoader?
http://heartcode.robertpataki.com/canvasloader/
无需担心 GIF,它使用的是HTML5 画布元素
Why not use CanvasLoader?
http://heartcode.robertpataki.com/canvasloader/
No need to worry about GIFs, it's using the HTML5 Canvas element