jimp-dev / gifwrap

A Jimp-compatible library for working with GIFs
MIT License
71 stars 17 forks source link

Rework for revised omggif with buffer allocation #1

Closed jtlapp closed 6 years ago

jtlapp commented 6 years ago

omggif now fixes the few issues I had. I also learned that I'm not managing memory allocation properly for omggif. This shouldn't result in errors with the current gifwrap, but I'd like to be able to rely on the external omggif package and get bug fixes for free.

TODO: Revise buffer allocation strategy and make sure everything works with the new omggif package. If so, remove omggif.js from the distribution and depend on the package itself.

jtlapp commented 6 years ago

Completed with latest push, bumped minor version to 0.6.0.