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

Gifs are huge #2

Closed
albinso opened this issue Sep 4, 2019 · 2 comments
Closed

Gifs are huge #2

albinso opened this issue Sep 4, 2019 · 2 comments

Comments

@albinso
Copy link
Owner

albinso commented Sep 4, 2019

Based on the most recent discussion in python-pillow/Pillow#617 it seems as if Pillow doesn't actually do any form of gif compression which would explain why our gifs are so massive. The maps should be very efficient to compress since the changes from frame to frame are so miniscule.

@cervyvin
Copy link

cervyvin commented Sep 6, 2019

A suggestion might be to use a more compressed format, like mp4 instead.

@albinso
Copy link
Owner Author

albinso commented Sep 6, 2019

Resolved by 70d3b5d

@albinso albinso closed this as completed Sep 6, 2019
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