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

Crashes on large gifs #21

Open
BoxyPlayz opened this issue Jul 6, 2024 · 4 comments
Open

Crashes on large gifs #21

BoxyPlayz opened this issue Jul 6, 2024 · 4 comments

Comments

@BoxyPlayz
Copy link

When I load a large gif (6mb), it crashes the page

@SheepTester
Copy link
Owner

what are you loading the gif into? this repo has a lot of different projects in it

@BoxyPlayz
Copy link
Author

the animated painting maker

@SheepTester
Copy link
Owner

hmm, maybe it's because the output image is massive. maybe hiding it if it's too big might help

@SheepTester
Copy link
Owner

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

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

2 participants