使用HTML5画布生成动画GIF

问题描述:

这是否是任何图书馆?

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

AFAIK dataToURL('image/gif') isn't supported by any browser

画布无法生成(动画)GIF。

Canvas can't generate (animated) GIFs. You need to use a JavaScript library to do so.

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

There is jsgif, a JS library to generate animated GIFs: http://github.com/antimatter15/jsgif

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