-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of decoding Gif frames into PNGs. #10
Comments
I'm getting the same thing. Shame as well, I can't really find anything that's as simple of a solution as this. |
We ended up migrating to the amusingly named gifuct |
Sorry to take so long to get back with you. This looks like the sort of bug that #18 would have fixed. If you can provide the problem gif, I'd be happy to test it. |
Not sure if this is the same issue, but this GIF seems to get messed up when I read and then write it: https://media.tenor.com/images/c674ba98c40f6793eaf10a1356c1c36a/tenor.gif |
Hi, we are migrating to using gifwrap to extract Gif frames, and we seem to be having a lot of trouble getting a correct frame.
Would it be possible to provide some simple sample code that shows how to handle using the frame bitmap to generate a sequence of Pngs. One for each frame.
This is the result we get now. After decoding a few frames we get extensive tearing, indicating we have something incorrect.
The text was updated successfully, but these errors were encountered: