-
Notifications
You must be signed in to change notification settings - Fork 16
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
Crashes on large gifs #21
Comments
what are you loading the gif into? this repo has a lot of different projects in it |
the animated painting maker |
hmm, maybe it's because the output image is massive. maybe hiding it if it's too big might help |
it's apparently just because gifs are really good at compression, so when it's trying to load a large 1920 by 1080 gif, it needs 2.4 GB to store all the frames, which the browser will not permit. i'd recommend finding another tool online to resize the gif first |
When I load a large gif (6mb), it crashes the page
The text was updated successfully, but these errors were encountered: