lwip
lwip copied to clipboard
Animated GIFs
Any chance for animated GIF support?
:+1: we use this library for NodeBB would be cool to have this supported as well :)
:+1:
Yep, do it please.
+1 for animated gifs included.
Since this is a generic image library, in order to support animations it needs to be generic enough to work with formats which doesn't have animations.
Any suggestions how it would look like?
I was thinking when opening an image it would just preserve the frames if they exist, and likewise perform operations and encoding on all frames if they exist.
No need to add any editing of the individual frames.
In my application it would be handy just to know if a gif is animated. Any chance we can get an isAnimated
boolean on the Image
type?
I would like the capacity to trim gifs please.