benwiley4000 / gif-frames

🖼 Extract frames from an animated GIF with pure JS
MIT License
170 stars 26 forks source link

Can the same be done for WebP? #30

Closed myeongwooni closed 2 years ago

myeongwooni commented 3 years ago

I want to split webp image in frames ;((

benwiley4000 commented 3 years ago

I'm not sure how easy it would be. This library uses get pixels which does not support webp, but webp-convertor seems like it could be able to help. If you'd like to open a pull request I could try to look at it. I've had trouble handling the pull request backlog lately but I will try to get back to it soon.