Skip to content
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

Debug issue with animated GIFs, report to rust-image #2

Closed
abonander opened this issue Aug 11, 2014 · 2 comments
Closed

Debug issue with animated GIFs, report to rust-image #2

abonander opened this issue Aug 11, 2014 · 2 comments

Comments

@abonander
Copy link
Owner

Don't have the error message on hand, but it was an index out of bounds error when iterating the pixels of an image. For some reason, the internal vector length of the ImageBuf did not match width * height and so the iterator was going past the end. I was able to reduce the problem domain to certain animated GIFs, though I cannot provide the images I used for personal reasons.

@abonander
Copy link
Owner Author

Opened image-rs/image#63

@abonander
Copy link
Owner Author

Looks like this was fixed some time ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant