使用HTML5画布生成动画GIF

bri*_*out 23 javascript html5 canvas html5-canvas

他们是这样的图书馆吗?

任何浏览器都不支持AFAIK dataToURL('image/gif')

lee*_*mes 32

Canvas无法生成(动画)GIF.您需要使用JavaScript库来执行此操作.

有jsgif,一个用于生成动画GIF的JS库:http://github.com/antimatter15/jsgif

此博客文章解释了用法:http: //antimatter15.com/wp/2010/07/javascript-to-animated-gif/

  • 有没有人能够让 webworkers 功能工作?想不通。 (2认同)

bri*_*out 7

omggif是GIF 89a编码器的JavaScript实现.

https://github.com/deanm/omggif