gif-encoder-2
gif-encoder-2 copied to clipboard
Encode GIFs with Node
- Convert to use ES6 imports - Added "buffer" and "events" dependencies to fix Node/Browser compatibility - Updated "canvas" dependency - Syncs with @hulululuh 's changes for var definitions
I would like to completely disable repetition. I am seeking an option such as "play once and do not repeat." Currently, there are only choices for "repeat always" or "repeat...
When a singular encoding happens it's okay with the speed but when multiple encodings are happening the speed drops misearbly, like I use this gif encoder to encode welcome card...
Looks like this method doesn't work anymore. Is that because of the new encoder?
What is the point of making a new library with the ability to make the encoder faster, if you make the default setting for "userOptimizer" false, especially somebody who could...
As long as setTransparent() isn't set to null, octree will render black pixels as transparent. For anyone else running into this issue, one workaround is to set the encoder to...
https://github.com/Automattic/node-canvas https://github.com/acode/lib-node With neuquant, when the encoder size is not a perfect square, the background flashes. octree, no flashing.
Hey there, I think this is a pretty straight-forward change that enables some great use cases. Cheers, xUMi
# Description When encoding a GIF, it gives me additional delay for each frame of the GIF. This is noticeable for GIFs with high FPS. It seems to be fine...