matt-way / gifuct-js

Fastest javascript .GIF decoder/parser
MIT License
441 stars 63 forks source link

Queries #48

Closed hisRoyalty closed 2 years ago

hisRoyalty commented 2 years ago

With gifuct, can we edit an existing gif and edit it? Or we need to do way more work to achieve that?

matt-way commented 2 years ago

This lib just does the parsing/reading. You would need to combine the data with a gif building library to perform editing.