Open Distortedlogic opened 3 years ago
It's not a bug, canvas does not support animation. However, it is possible to draw the gif on canvas using this library gifler.
Compressing the gif on the other hand, requires decoding of the gif file and compressing it frame-by-frame. omggif is a decoder/encoder for gif files. So the entire process to compress gif would be to decode the gif file, compress it frame-by-frame, then encode it back and draw it on canvas using gifler.
Describe the bug
When gifs are compressed, they become static image of first frame only.
view your newly compressed gif
Expected behavior gif should maintain animation after compression when the gif ext type is specified
before
after
Desktop (please complete the following information):