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

addFrame with is_imageData=true makes Chrome hang up #13

Open
japboy opened this issue Oct 25, 2013 · 3 comments
Open

addFrame with is_imageData=true makes Chrome hang up #13

japboy opened this issue Oct 25, 2013 · 3 comments

Comments

@japboy
Copy link

japboy commented Oct 25, 2013

I'm now try separating jsgif process to Web Worker. This needs to pass the image data, not the whole of context.

So I used addFrame(ctx.getImageData(0,0,100,100), true) but this makes Chrome hang... Can you confirm this issue?

Thanks in advance.

@dronkit
Copy link

dronkit commented Nov 9, 2014

I'm running into this myself too

@madvas
Copy link

madvas commented Jan 26, 2015

It was happening to me also, then I realized I forgot to call encoder.setSize(width, height);

@memalign
Copy link

It looks like there’s a typo of sizeSet (accidentally written as sizeset) in the addFrame function

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

No branches or pull requests

4 participants