giflib.js
giflib.js copied to clipboard
Implement chunked decoding functions
Right now decoding is a one shot thru DGifSlurp, which quite often lags things. No idea if it can be thrown to a webworker without copying the whole emscripten heap there and back. Implement chunked decoding so we can spin the event loop when needed.