好像IE 10 以下不行,因为需要Canvas做中介 jnordberg/gif.js https://github.com/jnordberg/gif.js/ buzzfeed/libgif-js https://github.com/buzzfeed/libgif-js yahoo/gifshot https://github.com/yahoo/gifshot <img id="img" src=".gif" /> var rub = new SuperGif({ gif: document.getElementById('img')} ); rub.load(function(){ console.log('oh hey, now the gif is loaded'); ruby.get_current_frame(); }); 其它语言,比如:PHP中可以使用Imagick,支持一百多种图片算法,GIF小case啦
好像IE 10 以下不行,因为需要Canvas做中介
jnordberg/gif.js
https://github.com/jnordberg/gif.js/
buzzfeed/libgif-js
https://github.com/buzzfeed/libgif-js
yahoo/gifshot
https://github.com/yahoo/gifshot
其它语言,比如:PHP中可以使用
Imagick
,支持一百多种图片算法,GIF小case啦