matt-way / gifuct-js

Fastest javascript .GIF decoder/parser
MIT License
431 stars 64 forks source link

problems with parsing #29

Closed jeetiss closed 3 years ago

jeetiss commented 3 years ago

this gif has problems with parsing. for some reason frame 5 and 6 have disposal type 2 whatever they updates prev image (should have disposal type 1)

Снимок экрана 2021-03-17 в 13 26 51

link to info

browser render this gif right ![gif](https://media.giphy.com/media/l4pTfKE1yiulgUOFG/giphy.gif)

Do you have any ideas what is going wrong and haw i can solve this problem?

jeetiss commented 3 years ago

I found problem, parser works fine, thanks for lib and sorry