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

Possible issue with animated GIFs #63

Closed
abonander opened this issue Aug 11, 2014 · 1 comment
Closed

Possible issue with animated GIFs #63

abonander opened this issue Aug 11, 2014 · 1 comment

Comments

@abonander
Copy link
Contributor

I don't have the error message on hand (wasn't much use anyways), 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.

@nwin
Copy link
Contributor

nwin commented Dec 25, 2014

duplicate of #91 I guess should be fixed soon.

@nwin nwin closed this as completed Dec 25, 2014
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

2 participants