y-a-v-a / node-gd

🎨 GD graphics library (libgd) C++ bindings for Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to access individual frames from a loaded animated GIF?

setiawanj opened this issue · comments

Not sure if it's possible, don't think it's described in the documentation. If I load a gif using openGif or createFromGif, how would I access the second, third, etc. frame?

I've looked into this and as far as I can see there is no way to access individual frames from a gif.